Browse Source

fix reading the correct Values.yaml for s3 metricsPort

pull/1603/head
LazyDBA247-Anyvision 4 years ago
parent
commit
e7e3d8df7c
  1. 2
      k8s/seaweedfs/templates/s3-service.yaml

2
k8s/seaweedfs/templates/s3-service.yaml

@ -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 }}

Loading…
Cancel
Save