expose port 9000 as the port forward for service capacitor

This commit is contained in:
2024-06-12 02:00:09 +10:00
parent 2037bca882
commit a35daf890d
3 changed files with 24 additions and 1 deletions

View File

@@ -17,4 +17,13 @@ spec:
postBuild:
substituteFrom:
- kind: ConfigMap
name: ingress-nginx-values
name: ingress-nginx-values
patches:
- target:
kind: Service
name: ingress-nginx-controller
path: ./kubernetes/infrastructure/ingress-nginx/config/patches-service-ports.yaml
- target:
kind: Deployment
name: ingress-nginx-controller
path: ./kubernetes/infrastructure/ingress-nginx/config/patches-deployment-ports.yaml