@@ -1,4 +1,4 @@
|
|||||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
metadata:
|
metadata:
|
||||||
name: ingress-nginx
|
name: ingress-nginx
|
||||||
@@ -26,8 +26,8 @@ spec:
|
|||||||
name: ingress-nginx-controller
|
name: ingress-nginx-controller
|
||||||
patch: |
|
patch: |
|
||||||
- op: add
|
- op: add
|
||||||
path: "/spec/ports/-" #resouirce we want to change
|
path: "/spec/ports/-"
|
||||||
value: #value we want to use for patching
|
value:
|
||||||
name: capacitor-tcp-9000
|
name: capacitor-tcp-9000
|
||||||
nodePort: 31555
|
nodePort: 31555
|
||||||
port: 9000
|
port: 9000
|
||||||
|
|||||||
Reference in New Issue
Block a user