Merge pull request #81 from 3dwardch3ng/app/capacitor

App/capacitor
This commit is contained in:
2024-06-12 03:07:58 +10:00
committed by GitHub

View File

@@ -18,14 +18,16 @@ spec:
substituteFrom:
- kind: ConfigMap
name: ingress-nginx-values
postRenderers:
- kustomze:
patches:
- target:
kind: Service
name: ingress-nginx-controller
patch: |
- op: add
path: "/spec/ports/-"
value:
path: "/spec/ports/-" #resouirce we want to change
value: #value we want to use for patching
name: capacitor-tcp-9000
nodePort: 31555
port: 9000