fix(nextgen): disable bundled ingress-nginx in infisical to resolve port conflict
This commit is contained in:
parent
8b56609d64
commit
3ea82c1a7a
|
|
@ -4,6 +4,8 @@
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
className: nginx
|
className: nginx
|
||||||
|
nginx:
|
||||||
|
enabled: false
|
||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||||
hosts:
|
hosts:
|
||||||
|
|
@ -16,11 +18,6 @@ ingress:
|
||||||
hosts:
|
hosts:
|
||||||
- secret.techarvest.co.zw
|
- 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
|
# 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,
|
# or connect to external ones. To keep it simple and reliable in nextgen,
|
||||||
# we'll use the built-in sub-charts with persistence enabled.
|
# we'll use the built-in sub-charts with persistence enabled.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue