chore: update k8s example files

Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
Harald Hoyer 2024-07-01 09:39:43 +02:00
parent fa641d3578
commit 2443bd1cb8
Signed by: harald
GPG key ID: F519A1143B3FBE32
9 changed files with 17 additions and 104 deletions

View file

@ -0,0 +1,19 @@
apiVersion: v1
kind: Service
metadata:
annotations:
kompose.cmd: kompose convert
labels:
io.kompose.service: vault-ha
name: vault-ha
namespace: default
spec:
ports:
- name: "8210"
port: 8210
targetPort: 8210
- name: "8211"
port: 8211
targetPort: 8211
selector:
app: vault