feat(bootstrap): add Phase 1c nginx ingress controller
This commit is contained in:
@@ -79,10 +79,11 @@ controller:
|
||||
# every exposed service in the cluster goes through here, so this single block
|
||||
# is the cluster-wide "latency and availability" signal. Prometheus auto-discovers
|
||||
# the ServiceMonitor (serviceMonitorSelectorNilUsesHelmValues: false in prometheus-values.yaml).
|
||||
# NOTE: ServiceMonitor disabled during bootstrap (Prometheus CRDs not installed yet)
|
||||
metrics:
|
||||
enabled: true
|
||||
serviceMonitor:
|
||||
enabled: true
|
||||
enabled: false # Will be enabled by ArgoCD after Prometheus CRDs are installed
|
||||
namespace: ingress-nginx
|
||||
interval: 30s
|
||||
scrapeTimeout: 30s
|
||||
|
||||
Reference in New Issue
Block a user