traefik should only watch for kubernetes.io/ingress.class: traefik
This commit is contained in:
parent
7b715677c7
commit
9f54cfcdfd
@ -3,7 +3,7 @@ apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: istio
|
||||
kubernetes.io/ingress.class: istio
|
||||
name: kipunji-ingress
|
||||
namespace: kipunji
|
||||
spec:
|
||||
|
@ -16,3 +16,7 @@ spec:
|
||||
install:
|
||||
remediation:
|
||||
retries: 3
|
||||
values:
|
||||
ingressClass:
|
||||
enabled: true
|
||||
isDefaultClass: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user