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 05cb1bd commit 59036eeCopy full SHA for 59036ee
1 file changed
chart/env/prod.yaml
@@ -29,11 +29,8 @@ ingress:
29
enabled: true
30
host: serge.huggingface.tech
31
path: /
32
- # Use the legacy ingress-class annotation (AWS LB controller), not
33
- # ingressClassName, to match the other HF ALB ingresses.
34
- className: ""
+ className: "alb"
35
annotations:
36
- kubernetes.io/ingress.class: "alb"
37
# Internal ALB: reachable from the internal network / VPN only, NOT the
38
# public internet. (Note: inbound GitHub App webhooks cannot reach an
39
# internal ALB — fine for the OAuth web flow, which redirects in the
0 commit comments