Merge "Fluentd: Remove unused liveness port"

This commit is contained in:
Zuul 2019-01-30 04:12:48 +00:00 committed by Gerrit Code Review
commit 33178a529d
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: