mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 01:26:59 +02:00
Updated new annotation : ingressClassName: nginx
Replaced old annotation: annotations: kubernetes.io/ingress.class: nginx with new one: ingressClassName: nginx
This commit is contained in:
parent
b3a7698554
commit
84f9daa57d
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user