traefik should only watch for kubernetes.io/ingress.class: traefik

This commit is contained in:
Ryan Cavicchioni 2025-03-04 14:15:04 -06:00
parent 7b715677c7
commit 9f54cfcdfd
Signed by: ryanc
SSH Key Fingerprint: SHA256:FEbwJ3JyWHwYNAM8BqctZ/LmHHg1bzfi/huOj7FxlXU
2 changed files with 5 additions and 1 deletions

View File

@ -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:

View File

@ -16,3 +16,7 @@ spec:
install:
remediation:
retries: 3
values:
ingressClass:
enabled: true
isDefaultClass: false