Skip to content

Commit

Permalink
fix(argocd): remove cloudflare
Browse files Browse the repository at this point in the history
  • Loading branch information
cterence committed Jan 19, 2025
1 parent cfcce21 commit 45dd44c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions k8s-apps/argocd/templates/ingress-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ metadata:
name: argocd-cli-ingress
annotations:
external-dns.alpha.kubernetes.io/target: home.terence.cloud
external-dns.alpha.kubernetes.io/cloudflare-proxied: "false" # 403 on the github actions runner
nginx.ingress.kubernetes.io/backend-protocol: HTTPS
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
nginx.ingress.kubernetes.io/use-regex: "true"
Expand Down
1 change: 1 addition & 0 deletions k8s-apps/argocd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ argo-cd:
enabled: true
annotations:
cert-manager.io/cluster-issuer: letsencrypt
external-dns.alpha.kubernetes.io/cloudflare-proxied: "false" # 403 on the github actions runner
cert-manager.io/issue-temporary-certificate: "true"
external-dns.alpha.kubernetes.io/target: home.terence.cloud
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
Expand Down

0 comments on commit 45dd44c

Please sign in to comment.