Replies: 1 comment
-
fixed most of the issues after adding: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! First of all, thanks for reading!
I'm trying to get Nextcloud working properly behind a Traefik Ingress Controller in a K3S cluster. I think I am confused about the proper way to set this up and I hope someone could show me a working example.
There errors I'm hoping to fix are:
I am deploying the helm chart through ArgoCD and most is working. My latest attempt was using the labels option I spotted (seemed like what I needed).
I have also tried installing the middleware sepately and setting:
traefik.ingress.kubernetes.io/router.middlewares: nextcloud-nextcloud-redirectregex@kubernetescrd,nextcloud-nextcloud-headers@kubernetescrd
Could anyone explain me what the proper way to set these settings using helm is?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions