Skip to content

Commit 7bcd2ee

Browse files
authored
Merge pull request #2 from BinaryMan32/fix-service-spacing
fix spacing in service.yaml
2 parents ac0b541 + 5b8986b commit 7bcd2ee

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
apiVersion: v1
22
kind: Service
33
metadata:
4-
name: { { include "tinyauth.fullname" . } }
5-
labels: { { - include "tinyauth.labels" . | nindent 4 } }
4+
name: {{ include "tinyauth.fullname" . }}
5+
labels:
6+
{{- include "tinyauth.labels" . | nindent 4 }}
67
spec:
7-
type: { { .Values.service.type } }
8+
type: {{ .Values.service.type }}
89
ports:
9-
- port: { { .Values.service.port } }
10+
- port: {{ .Values.service.port }}
1011
targetPort: http
1112
protocol: TCP
1213
name: http
13-
selector: { { - include "tinyauth.selectorLabels" . | nindent 4 } }
14+
selector:
15+
{{- include "tinyauth.selectorLabels" . | nindent 4 }}

0 commit comments

Comments
 (0)