blob: fba7e5fad02df8f5599b52734201d74bce853082 [file] [log] [blame]
apiVersion: v1
kind: Service
metadata:
name: {{ .Chart.Name }}-service
spec:
type: {{ .Values.service.type }}
selector:
app: {{ .Values.appLabel }}
ports:
- protocol: TCP
port: {{ .Values.containerPort }}