mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 09:36:58 +02:00
Merge pull request #3459 from HoussemDellai/patch-1
Updated new annotation : ingressClassName: nginx
This commit is contained in:
commit
747999413c
@ -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