summaryrefslogtreecommitdiffstats
path: root/kubernetes/custodia-pwmgr-service.yaml
blob: 3cac5b2e6b48bbaa86e6db5d7dccc9af16b4d70f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
apiVersion: v1
kind: Service
metadata:
  labels:
    name: custodia-pwmgr
  name: custodia-pwmgr
spec:
  ports:
    - port: 5000
      targetPort: 5000
      nodePort: 30666
  selector:
    name: custodia-pwmgr
  type: NodePort