summaryrefslogtreecommitdiffstats
path: root/kubernetes/custodia-pwmgr-service.yaml
blob: 20e7575b6433bd60d8c0d8fefc126107ac5b7639 (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: 30778
  selector:
    name: custodia-pwmgr
  type: NodePort