Kyle Petryszak
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
0 deletions
-
k8s/charts/seaweedfs/templates/filer-service.yaml
|
|
@ -20,6 +20,12 @@ spec: |
|
|
|
port: {{ .Values.filer.grpcPort }} |
|
|
|
targetPort: {{ .Values.filer.grpcPort }} |
|
|
|
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 }} |
|
|
|
- name: "metrics" |
|
|
|
port: {{ .Values.filer.metricsPort }} |
|
|
|