mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 15:13:56 +02:00
feat: initial commit
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
aff4dd30bd
commit
89ffbd35a8
123 changed files with 16508 additions and 0 deletions
20
examples/k8s/vault-2-service.yaml
Normal file
20
examples/k8s/vault-2-service.yaml
Normal file
|
@ -0,0 +1,20 @@
|
|||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert
|
||||
|
||||
labels:
|
||||
io.kompose.service: vault-2
|
||||
name: vault-2
|
||||
namespace: default
|
||||
spec:
|
||||
ports:
|
||||
- name: "8210"
|
||||
port: 8210
|
||||
targetPort: 8210
|
||||
- name: "8211"
|
||||
port: 8211
|
||||
targetPort: 8211
|
||||
selector:
|
||||
io.kompose.service: vault-2
|
Loading…
Add table
Add a link
Reference in a new issue