Skip to content

Commit

Permalink
Upgrade ArgoCD ingress config
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler-Cash committed Feb 28, 2024
1 parent 9cd3959 commit 0687414
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions kubernetes/helm/argocd/argocd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ argo-cd:
minAvailable: 1
ingress:
enabled: true
annotations:
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
nginx.org/websocket-services: "argocd-server"
extraTls:
- hosts:
- *host
secretName: argocd-tls
annotations:
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
nginx.org/websocket-services: "argocd-server"
extraTls:
- hosts:
- *host
secretName: argocd-tls

configs:
params:
Expand Down

0 comments on commit 0687414

Please sign in to comment.