huggingface / Google-Cloud-Containers

Hugging Face Deep Learning Containers (DLCs) for Google Cloud
https://hf.co/docs/google-cloud
Apache License 2.0
131 stars 18 forks source link

Use `ingressClassName` due to annotation deprecation #107

Closed alvarobartt closed 1 month ago

alvarobartt commented 1 month ago

Description

This PR updates the ingress.yaml files for the Google Kubernetes Engine (GKE) examples to set the spec.ingressClassName instead of the annotations.kubernetes.io/ingress.class: "gce" due to its deprecation warning.

Additionally, some indentation within the rules for the http paths has been fixed too.