aboutsummaryrefslogtreecommitdiffstats
path: root/vagrant/tests/vnfs/edgex/helm/edgex/templates/notifications-service.yaml
blob: d9afefc5ce4a01d40d87a62919801fb9ad536146 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
apiVersion: v1
kind: Service
metadata:
  labels:
    app: {{ .Values.service.notifications.name }}
    release: {{ .Release.Name }}
  name: {{ .Values.service.notifications.name }}
spec:
  ports:
  - name: {{ .Values.service.notifications.portName }}
    port: {{ .Values.service.notifications.port }}
    targetPort: {{ .Values.service.notifications.port }}
  selector:
    app: edgex-support-notifications
    release: {{ .Release.Name }}