apiVersion: v1 kind: Service metadata: name: {{ .Chart.Name }} spec: type: {{ .Values.service.type }} selector: app: {{ .Values.appLabel }} ports: - protocol: TCP port: {{ .Values.containerPort }}