mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 23:23:57 +02:00
chore: update k8s example files
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
fa641d3578
commit
2443bd1cb8
9 changed files with 17 additions and 104 deletions
19
examples/k8s/vault-ha-service.yaml
Normal file
19
examples/k8s/vault-ha-service.yaml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue