We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7988c9d commit 5b8986bCopy full SHA for 5b8986b
1 file changed
charts/tinyauth/templates/service.yaml
@@ -2,12 +2,14 @@ apiVersion: v1
2
kind: Service
3
metadata:
4
name: {{ include "tinyauth.fullname" . }}
5
- labels: {{- include "tinyauth.labels" . | nindent 4 }}
+ labels:
6
+ {{- include "tinyauth.labels" . | nindent 4 }}
7
spec:
8
type: {{ .Values.service.type }}
9
ports:
10
- port: {{ .Values.service.port }}
11
targetPort: http
12
protocol: TCP
13
name: http
- selector: {{- include "tinyauth.selectorLabels" . | nindent 4 }}
14
+ selector:
15
+ {{- include "tinyauth.selectorLabels" . | nindent 4 }}
0 commit comments