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