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: substituteFrom:
- kind: ConfigMap - kind: ConfigMap
name: ingress-nginx-values name: ingress-nginx-values
postRenderers:
- kustomze:
patches: patches:
- target: - target:
kind: Service kind: Service
name: ingress-nginx-controller name: ingress-nginx-controller
patch: | patch: |
- op: add - op: add
path: "/spec/ports/-" path: "/spec/ports/-" #resouirce we want to change
value: value: #value we want to use for patching
name: capacitor-tcp-9000 name: capacitor-tcp-9000
nodePort: 31555 nodePort: 31555
port: 9000 port: 9000