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:
Steve Wilkerson 2019-01-29 14:31:50 -06:00
parent 7b5d6e9237
commit 39410b16bc
2 changed files with 0 additions and 4 deletions

View File

@ -117,8 +117,6 @@ spec:
containerPort: {{ tuple "fluentd" "internal" "service" . | include "helm-toolkit.endpoints.endpoint_port_lookup" }} containerPort: {{ tuple "fluentd" "internal" "service" . | include "helm-toolkit.endpoints.endpoint_port_lookup" }}
- name: metrics - name: metrics
containerPort: {{ tuple "fluentd" "internal" "metrics" . | include "helm-toolkit.endpoints.endpoint_port_lookup" }} containerPort: {{ tuple "fluentd" "internal" "metrics" . | include "helm-toolkit.endpoints.endpoint_port_lookup" }}
- name: liveness
containerPort: 9880
readinessProbe: readinessProbe:
tcpSocket: tcpSocket:
port: {{ tuple "fluentd" "internal" "service" . | include "helm-toolkit.endpoints.endpoint_port_lookup" }} port: {{ tuple "fluentd" "internal" "service" . | include "helm-toolkit.endpoints.endpoint_port_lookup" }}

View File

@ -557,8 +557,6 @@ endpoints:
default: 24224 default: 24224
metrics: metrics:
default: 24220 default: 24220
liveness:
default: 9880
prometheus_fluentd_exporter: prometheus_fluentd_exporter:
namespace: null namespace: null
hosts: hosts: