This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
name: { { include "vt.fullname" . } }
|
name: {{ include "vt.fullname" . }}
|
||||||
labels: { { - include "vt.labels" . | nindent 4 } }
|
labels: {{- include "vt.labels" . | nindent 4 }}
|
||||||
spec:
|
spec:
|
||||||
type: { { .Values.service.type } }
|
type: {{ .Values.service.type }}
|
||||||
ports:
|
ports:
|
||||||
- port: { { .Values.service.port } }
|
- port: {{ .Values.service.port }}
|
||||||
targetPort: http
|
targetPort: http
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
name: http
|
name: http
|
||||||
selector: { { - include "vt.selectorLabels" . | nindent 4 } }
|
selector: {{- include "vt.selectorLabels" . | nindent 4 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user