summaryrefslogtreecommitdiffstats
path: root/kubernetes/custodia-pwmgr-service.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/custodia-pwmgr-service.yaml')
-rw-r--r--kubernetes/custodia-pwmgr-service.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/kubernetes/custodia-pwmgr-service.yaml b/kubernetes/custodia-pwmgr-service.yaml
new file mode 100644
index 0000000..3cac5b2
--- /dev/null
+++ b/kubernetes/custodia-pwmgr-service.yaml
@@ -0,0 +1,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