diff --git a/manifests/auth-proxy/non-auth-ingress.yaml b/manifests/auth-proxy/non-auth-ingress.yaml index 2ad29de..55caf4e 100644 --- a/manifests/auth-proxy/non-auth-ingress.yaml +++ b/manifests/auth-proxy/non-auth-ingress.yaml @@ -19,6 +19,7 @@ spec: - bsky-feeds.cluster.fun - ai.cluster.fun - penpot.cluster.fun + - trek.cluster.fun secretName: non-auth-proxy-ingress rules: - host: hello-world.cluster.fun @@ -71,3 +72,13 @@ spec: name: tailscale-proxy port: name: non-auth + - host: trek.cluster.fun + http: + paths: + - path: / + pathType: ImplementationSpecific + backend: + service: + name: tailscale-proxy + port: + name: non-auth