Browse Source
Merge pull request #1998 from fanqiehc/fix_indent
fix volume-service helm template indentation
pull/2008/head
Chris Lu
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
k8s/seaweedfs/templates/volume-service.yaml
|
@ -23,6 +23,6 @@ spec: |
|
|
targetPort: {{ .Values.volume.metricsPort }} |
|
|
targetPort: {{ .Values.volume.metricsPort }} |
|
|
protocol: TCP |
|
|
protocol: TCP |
|
|
{{- end }} |
|
|
{{- end }} |
|
|
selector: |
|
|
|
|
|
|
|
|
selector: |
|
|
app: {{ template "seaweedfs.name" . }} |
|
|
app: {{ template "seaweedfs.name" . }} |
|
|
component: volume |
|
|
component: volume |