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.
Description
This PR updates the
ingress.yaml
files for the Google Kubernetes Engine (GKE) examples to set thespec.ingressClassName
instead of theannotations.kubernetes.io/ingress.class: "gce"
due to its deprecation warning.Additionally, some indentation within the
rules
for thehttp
paths has been fixed too.