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

8 lines
246 B
YAML

- op: add #action
path: "/spec/ports/-" #resouirce we want to change
value: #value we want to use for patching
name: capacitor-tcp-9000
nodePort: 31555
port: 9000
protocol: TCP
targetPort: 9000