fix(nextgen): disable infisical-standalone internal ingress controller to resolve port conflicts

This commit is contained in:
fchinembiri 2026-06-04 13:20:40 +02:00
parent bd62af512a
commit 8b56609d64
1 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,11 @@ ingress:
hosts:
- secret.techarvest.co.zw
# Disable the internal nginx controller provided by the chart
# to prevent port 80/443 conflicts with the cluster's global ingress-nginx.
ingress-nginx:
enabled: false
# For a basic self-hosted setup, we can use the sub-charts for PG and Redis
# or connect to external ones. To keep it simple and reliable in nextgen,
# we'll use the built-in sub-charts with persistence enabled.