fix: ingress 'kubernetes.io/ingress.class' is a deprecated annotation, please use spec.ingressClassName instead
This commit is contained in:
@@ -2,9 +2,8 @@ apiVersion: traefik.io/v1alpha1
|
|||||||
kind: IngressRoute
|
kind: IngressRoute
|
||||||
metadata:
|
metadata:
|
||||||
name: nextcloud-web-public
|
name: nextcloud-web-public
|
||||||
annotations:
|
|
||||||
kubernetes.io/ingress.class: traefik-public
|
|
||||||
spec:
|
spec:
|
||||||
|
ingressClassName: traefik-public
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- websecure
|
- websecure
|
||||||
tls:
|
tls:
|
||||||
|
|||||||
@@ -2,9 +2,8 @@ apiVersion: traefik.io/v1alpha1
|
|||||||
kind: IngressRoute
|
kind: IngressRoute
|
||||||
metadata:
|
metadata:
|
||||||
name: nextcloud-web
|
name: nextcloud-web
|
||||||
annotations:
|
|
||||||
kubernetes.io/ingress.class: traefik
|
|
||||||
spec:
|
spec:
|
||||||
|
ingressClassName: traefik
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- websecure
|
- websecure
|
||||||
tls:
|
tls:
|
||||||
|
|||||||
Reference in New Issue
Block a user