diff --git a/k8s/system/traefik/application.yaml b/k8s/system/traefik/application.yaml index 553ecb3e..d857aace 100644 --- a/k8s/system/traefik/application.yaml +++ b/k8s/system/traefik/application.yaml @@ -17,14 +17,13 @@ spec: service: spec: loadBalancerIP: "10.1.1.6" + ingressRoute: + dashboard: + annotations: + make-the-diff: go-away destination: namespace: kube-system name: in-cluster syncPolicy: syncOptions: - - ServerSideApply=true - ignoreDifferences: - - group: "*" - kind: IngressRoute - jsonPointers: - - /metadata/annotations \ No newline at end of file + - ServerSideApply=true \ No newline at end of file