mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Fixing a service deployment bug (#4392)
This commit is contained in:
parent
130bc3e668
commit
ccc030b245
|
@ -20,6 +20,12 @@ spec:
|
||||||
port: {{ .Values.filer.grpcPort }}
|
port: {{ .Values.filer.grpcPort }}
|
||||||
targetPort: {{ .Values.filer.grpcPort }}
|
targetPort: {{ .Values.filer.grpcPort }}
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
{{- if .Values.filer.s3.enabled }}
|
||||||
|
- name: "swfs-s3"
|
||||||
|
port: {{ .Values.filer.s3.port }}
|
||||||
|
targetPort: {{ .Values.filer.s3.port }}
|
||||||
|
protocol: TCP
|
||||||
|
{{- end }}
|
||||||
{{- if .Values.filer.metricsPort }}
|
{{- if .Values.filer.metricsPort }}
|
||||||
- name: "metrics"
|
- name: "metrics"
|
||||||
port: {{ .Values.filer.metricsPort }}
|
port: {{ .Values.filer.metricsPort }}
|
||||||
|
|
Loading…
Reference in a new issue