summaryrefslogtreecommitdiffstats
path: root/kubernetes/custodia-pwmgr-service.yaml
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2015-10-15 15:27:23 +0200
committerChristian Heimes <christian@python.org>2015-10-15 15:27:23 +0200
commit5be736d996f8c6cc85c4d6e859deeea7f7088698 (patch)
tree9a7ccbbfa609b9f150c69048dfb402aee672a448 /kubernetes/custodia-pwmgr-service.yaml
downloadcustodia_pwmgr-5be736d996f8c6cc85c4d6e859deeea7f7088698.tar.gz
custodia_pwmgr-5be736d996f8c6cc85c4d6e859deeea7f7088698.tar.xz
custodia_pwmgr-5be736d996f8c6cc85c4d6e859deeea7f7088698.zip
Initial commit of Custodia client API example
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