add service monitors

This commit is contained in:
Konstantin Lebedev
2020-10-15 18:10:22 +05:00
parent d59446cbb7
commit 6f501a9f0e
11 changed files with 93 additions and 9 deletions

View File

@@ -99,6 +99,9 @@ spec:
{{- end }}
filer \
-port={{ .Values.filer.port }} \
{{- if .Values.filer.metricsPort }}
-metricsPort {{ .Values.filer.metricsPort }} \
{{- end }}}
{{- if .Values.filer.redirectOnRead }}
-redirectOnRead \
{{- end }}