aboutsummaryrefslogtreecommitdiffstats
path: root/certService/helm/aaf-cert-service/templates/service.yaml
blob: f3c0ee0c69f1e3e96756220b17c0df3df89b55ce (plain)
1
2
3
4
5
6
7
8
9
10
11
apiVersion: v1
kind: Service
metadata:
  name: {{ .Chart.Name }}
spec:
  type: {{ .Values.service.type }}
  selector:
    app: {{ .Values.appLabel }}
  ports:
    - protocol: TCP
      port: {{ .Values.containerPort }}