1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-08 18:16:50 +02:00

fix reading the correct Values.yaml for s3 metricsPort

This commit is contained in:
LazyDBA247-Anyvision 2020-11-08 02:07:47 +02:00
parent de277418bf
commit e7e3d8df7c

View file

@ -14,7 +14,7 @@ spec:
protocol: TCP
{{- if .Values.s3.metricsPort }}
- name: "swfs-s3-metrics"
port: {{ .Values.filer.s3 }}
port: {{ .Values.s3.metricsPort }}
targetPort: {{ .Values.s3.metricsPort }}
protocol: TCP
{{- end }}