blob: fba7e5fad02df8f5599b52734201d74bce853082 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
apiVersion: v1
kind: Service
metadata:
name: {{ .Chart.Name }}-service
spec:
type: {{ .Values.service.type }}
selector:
app: {{ .Values.appLabel }}
ports:
- protocol: TCP
port: {{ .Values.containerPort }}
|