2024-03-15 19:48:24 -08:00

23 lines
441 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: chisel
spec:
containers:
- args:
- client
- --auth=
- R:8899:cluster0:9094
- R:8901:link2cid:3939
- R:8900:strapi:1337
- R:8902:next:3000
- R:8903:uppy:3020
- R:8904:uppy:8888
image: jpillora/chisel
name: fp-chisel
ports:
- containerPort: 9312
resources: {}
restartPolicy: OnFailure
status: {}