Skip to content

Commit

Permalink
Revert ingressClassName over annotation (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarobartt authored Oct 7, 2024
1 parent 70b8282 commit 76251a4
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
4 changes: 3 additions & 1 deletion examples/gke/tei-deployment/cpu-config/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: tei-ingress
# https://cloud.google.com/kubernetes-engine/docs/concepts/ingress
annotations:
kubernetes.io/ingress.class: "gce"
spec:
ingressClassName: "gce"
rules:
- http:
paths:
Expand Down
4 changes: 3 additions & 1 deletion examples/gke/tei-deployment/gpu-config/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: tei-ingress
# https://cloud.google.com/kubernetes-engine/docs/concepts/ingress
annotations:
kubernetes.io/ingress.class: "gce"
spec:
ingressClassName: "gce"
rules:
- http:
paths:
Expand Down
4 changes: 3 additions & 1 deletion examples/gke/tei-from-gcs-deployment/cpu-config/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ kind: Ingress
metadata:
name: tei-ingress
namespace: hf-gke-namespace
# https://cloud.google.com/kubernetes-engine/docs/concepts/ingress
annotations:
kubernetes.io/ingress.class: "gce"
spec:
ingressClassName: "gce"
rules:
- http:
paths:
Expand Down
4 changes: 3 additions & 1 deletion examples/gke/tei-from-gcs-deployment/gpu-config/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ kind: Ingress
metadata:
name: tei-ingress
namespace: hf-gke-namespace
# https://cloud.google.com/kubernetes-engine/docs/concepts/ingress
annotations:
kubernetes.io/ingress.class: "gce"
spec:
ingressClassName: "gce"
rules:
- http:
paths:
Expand Down
4 changes: 3 additions & 1 deletion examples/gke/tgi-deployment/config/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: tgi-ingress
# https://cloud.google.com/kubernetes-engine/docs/concepts/ingress
annotations:
kubernetes.io/ingress.class: "gce"
spec:
ingressClassName: "gce"
rules:
- http:
paths:
Expand Down
4 changes: 3 additions & 1 deletion examples/gke/tgi-from-gcs-deployment/config/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ kind: Ingress
metadata:
name: tgi-ingress
namespace: hf-gke-namespace
# https://cloud.google.com/kubernetes-engine/docs/concepts/ingress
annotations:
kubernetes.io/ingress.class: "gce"
spec:
ingressClassName: "gce"
rules:
- http:
paths:
Expand Down

0 comments on commit 76251a4

Please sign in to comment.