f3c0ee0c69f1e3e96756220b17c0df3df89b55ce
[oom/platform/cert-service.git] / certService / helm / aaf-cert-service / templates / service.yaml
1 apiVersion: v1
2 kind: Service
3 metadata:
4   name: {{ .Chart.Name }}
5 spec:
6   type: {{ .Values.service.type }}
7   selector:
8     app: {{ .Values.appLabel }}
9   ports:
10     - protocol: TCP
11       port: {{ .Values.containerPort }}