Updated new annotation : ingressClassName: nginx

Replaced old annotation:
  annotations:
    kubernetes.io/ingress.class: nginx

with new one:
  ingressClassName: nginx
This commit is contained in:
Houssem Dellai 2023-03-08 15:20:45 +01:00 committed by GitHub
parent b3a7698554
commit 84f9daa57d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -560,9 +560,8 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: nginx
annotations:
kubernetes.io/ingress.class: nginx
spec:
ingressClassName: nginx
rules:
- host: server.example.com
http: