deploy nginx operator

This commit is contained in:
2025-08-07 10:38:10 -05:00
parent 31a4d7e3d3
commit a493cb75f9
3 changed files with 2 additions and 2 deletions

View File

@@ -6,9 +6,9 @@ commonAnnotations:
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
resources: resources:
- namespace.yaml
# Operator deployment # Operator deployment
- subscription.yaml - subscription.yaml
# Deploy cluster resources # Deploy cluster resources
- scc.yaml - scc.yaml
- namespace.yaml
- pvcs.yaml - pvcs.yaml

View File

@@ -82,7 +82,7 @@ spec:
leaderElectionLockName: ingress-leader leaderElectionLockName: ingress-leader
service: service:
externalTrafficPolicy: Local externalTrafficPolicy: Local
# loadBalancerIP: 10.1.82.2 loadBalancerIP: 10.1.82.2
prometheus: prometheus:
create: true create: true
serviceMonitor: serviceMonitor: