blob: 8afaf6415165f734178be36e527b09dad3b6b2a8 [file] [log] [blame]
Gopinath Taget9b609e02018-03-07 16:02:50 -08001apiVersion: v1
2kind: Service
3metadata:
4 name: "xos-db"
5 labels:
6 {{- include "xos-core.release_labels" . | indent 4 }}
7spec:
8 type: NodePort
9 ports:
10 - port: 5432
11 targetPort: 5432
12 protocol: TCP
13 selector:
14 app: "xos-db"