We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8a7638 commit 63c13aeCopy full SHA for 63c13ae
components/argo-workflows/ingress.yaml
components/argocd/values.yaml
@@ -15,12 +15,7 @@ applicationSet:
15
interval: 30s
16
server:
17
ingress:
18
- enabled: true
19
- ingressClassName: nginx
20
- tls: true
21
- annotations:
22
- nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
23
- nginx.ingress.kubernetes.io/backend-protocol: "HTTP"
+ enabled: false
24
metrics:
25
enabled: true
26
serviceMonitor:
components/dex/values.yaml
@@ -115,8 +115,4 @@ envVars:
115
key: client-secret
116
117
118
119
- className: nginx
120
121
- cert-manager.io/cluster-issuer: understack-cluster-issuer
122
- nginx.ingress.kubernetes.io/backend-protocol: HTTP
0 commit comments