Skip to content

Commit

Permalink
feat(chart): remove external dns for staging env. We now use cloudfro…
Browse files Browse the repository at this point in the history
…nt to serve it. (#1880)
  • Loading branch information
rtrompier authored Sep 28, 2023
1 parent 19c4d47 commit ce45efa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chart/env/staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ ingress:
- "datasets-server.us.dev.moon.huggingface.tech"
annotations:
# Link to Route53 - we could set any subdomain to us.dev.moon.huggingface.tech (common zone to the k8s cluster)
external-dns.alpha.kubernetes.io/hostname: "datasets-server.us.dev.moon.huggingface.tech"
alb.ingress.kubernetes.io/load-balancer-name: "hub-datasets-server-staging"
alb.ingress.kubernetes.io/tags: "Env=staging,Project=datasets-server,Terraform=true"
alb.ingress.kubernetes.io/healthcheck-path: "/healthcheck"
Expand Down

0 comments on commit ce45efa

Please sign in to comment.