mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-07 01:56:57 +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
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
name: nginx
|
name: nginx
|
||||||
annotations:
|
|
||||||
kubernetes.io/ingress.class: nginx
|
|
||||||
spec:
|
spec:
|
||||||
|
ingressClassName: nginx
|
||||||
rules:
|
rules:
|
||||||
- host: server.example.com
|
- host: server.example.com
|
||||||
http:
|
http:
|
||||||
|
Loading…
Reference in New Issue
Block a user