Files
home-cluster-ops/kubernetes/infrastructure/ingress-nginx/patches/patches-deployment-ports.yaml
2024-06-12 02:50:05 +10:00

6 lines
234 B
YAML

- op: add #action
path: "/spec/template/spec/containers/[0]/ports/-" #resouirce we want to change
value: #value we want to use for patching
containerPort: 9000
name: capacitor
protocol: TCP