mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
fix reading the correct Values.yaml for s3 metricsPort
This commit is contained in:
parent
de277418bf
commit
e7e3d8df7c
|
@ -14,7 +14,7 @@ spec:
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
{{- if .Values.s3.metricsPort }}
|
{{- if .Values.s3.metricsPort }}
|
||||||
- name: "swfs-s3-metrics"
|
- name: "swfs-s3-metrics"
|
||||||
port: {{ .Values.filer.s3 }}
|
port: {{ .Values.s3.metricsPort }}
|
||||||
targetPort: {{ .Values.s3.metricsPort }}
|
targetPort: {{ .Values.s3.metricsPort }}
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Reference in a new issue