Helm chart monitoring improvements (#3406)

This commit is contained in:
ginn13
2022-08-04 19:08:40 +03:00
committed by GitHub
parent 22181dd018
commit 28a1f42962
14 changed files with 122 additions and 54 deletions

View File

@@ -110,7 +110,7 @@ spec:
filer \
-port={{ .Values.filer.port }} \
{{- if .Values.filer.metricsPort }}
-metricsPort {{ .Values.filer.metricsPort }} \
-metricsPort={{ .Values.filer.metricsPort }} \
{{- end }}
{{- if .Values.filer.redirectOnRead }}
-redirectOnRead \
@@ -193,6 +193,8 @@ spec:
ports:
- containerPort: {{ .Values.filer.port }}
name: swfs-filer
- containerPort: {{ .Values.filer.metricsPort }}
name: metrics
- containerPort: {{ .Values.filer.grpcPort }}
#name: swfs-filer-grpc
readinessProbe: