aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLazyDBA247-Anyvision <yonin@anyvision.co>2020-11-08 02:07:47 +0200
committerLazyDBA247-Anyvision <yonin@anyvision.co>2020-11-08 02:07:47 +0200
commite7e3d8df7c1d9c9d356339aacfa50afba8884372 (patch)
tree9b37eed8ad4a324b16bde81d359650f2bc66f59a
parentde277418bfa8fe1118158da62679a56b5d99f709 (diff)
downloadseaweedfs-e7e3d8df7c1d9c9d356339aacfa50afba8884372.tar.xz
seaweedfs-e7e3d8df7c1d9c9d356339aacfa50afba8884372.zip
fix reading the correct Values.yaml for s3 metricsPort
-rw-r--r--k8s/seaweedfs/templates/s3-service.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/k8s/seaweedfs/templates/s3-service.yaml b/k8s/seaweedfs/templates/s3-service.yaml
index 361ff7c64..4a68c7976 100644
--- a/k8s/seaweedfs/templates/s3-service.yaml
+++ b/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 }}