Skip to content

Commit 59036ee

Browse files
committed
chart: use spec.ingressClassName instead of the deprecated ingress.class annotation
1 parent 05cb1bd commit 59036ee

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

chart/env/prod.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,8 @@ ingress:
2929
enabled: true
3030
host: serge.huggingface.tech
3131
path: /
32-
# Use the legacy ingress-class annotation (AWS LB controller), not
33-
# ingressClassName, to match the other HF ALB ingresses.
34-
className: ""
32+
className: "alb"
3533
annotations:
36-
kubernetes.io/ingress.class: "alb"
3734
# Internal ALB: reachable from the internal network / VPN only, NOT the
3835
# public internet. (Note: inbound GitHub App webhooks cannot reach an
3936
# internal ALB — fine for the OAuth web flow, which redirects in the

0 commit comments

Comments
 (0)