Hi there !
I’ve been setting up a Cloudflare Tunnel for my k8s server at home where i currently have 2 apps.
Each one of them has its own namespace.
I’ve tried setting up cloudflared on each namespace:
- I generated a tunnel, a ran a create secret on each namespace with the same id
- Each namesapce has its cloudflared clonfigmap, secret and deployment
With this configuration, when one app responds the other does not, and viceversa
So i though I needed to create a tunnel for each app, which i did:
- exactly the same configuration but this time with 2 differents tunnels id in the configmap
It worked less, with an Cloudflare Tunnel Error 1033 this time.
Any idea what i’m missing here ?
Thanks