Fluentd: Remove unused liveness port
This removes an unused port for a previous implementation of the fluentd liveness probe Change-Id: I80367bcf6fedc75b3ee7054eba9c382fbb4bc79d
This commit is contained in:
parent
7b5d6e9237
commit
39410b16bc
@ -117,8 +117,6 @@ spec:
|
||||
containerPort: {{ tuple "fluentd" "internal" "service" . | include "helm-toolkit.endpoints.endpoint_port_lookup" }}
|
||||
- name: metrics
|
||||
containerPort: {{ tuple "fluentd" "internal" "metrics" . | include "helm-toolkit.endpoints.endpoint_port_lookup" }}
|
||||
- name: liveness
|
||||
containerPort: 9880
|
||||
readinessProbe:
|
||||
tcpSocket:
|
||||
port: {{ tuple "fluentd" "internal" "service" . | include "helm-toolkit.endpoints.endpoint_port_lookup" }}
|
||||
|
@ -557,8 +557,6 @@ endpoints:
|
||||
default: 24224
|
||||
metrics:
|
||||
default: 24220
|
||||
liveness:
|
||||
default: 9880
|
||||
prometheus_fluentd_exporter:
|
||||
namespace: null
|
||||
hosts:
|
||||
|
Loading…
Reference in New Issue
Block a user