Hi everyone,
my current setup:
- i have these enabled:
[providers.kubernetesCRD]
[providers.kubernetesIngress] - user inputs www.example.com/example/xx/healthcheck
- kubernetes traefik ingress with backend as /example
I want the outcome where when a user hits www.example.com/example/xx/healthcheck, it will return a status code of 403 or 404.
Is there solutions to do this?
Thank you