Skip to content

Commit

Permalink
terraform: switch dns to cfd
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatoleAM committed Nov 30, 2023
1 parent 647e97f commit 11fd595
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/deployment.tf
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ resource "kubernetes_ingress_v1" "app" {
namespace = data.kubernetes_namespace.app.metadata[0].name
annotations = {
"kubernetes.io/ingress.class" = "nginx"
"external-dns.alpha.kubernetes.io/target" = local.infra.cloudflare_tunnel_hostname.regular
"external-dns.alpha.kubernetes.io/cloudflare-proxied" = "true"
}
}
Expand Down

0 comments on commit 11fd595

Please sign in to comment.