From 14865569816d8c4f9a3881b7c1a8c674d8aca451 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sat, 31 Jan 2026 15:45:25 +0000 Subject: [PATCH] Added penpot proxy Signed-off-by: Marcus Noble --- manifests/auth-proxy/non-auth-ingress.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/manifests/auth-proxy/non-auth-ingress.yaml b/manifests/auth-proxy/non-auth-ingress.yaml index d6742cf..2ad29de 100644 --- a/manifests/auth-proxy/non-auth-ingress.yaml +++ b/manifests/auth-proxy/non-auth-ingress.yaml @@ -18,6 +18,7 @@ spec: - ombi.cluster.fun - bsky-feeds.cluster.fun - ai.cluster.fun + - penpot.cluster.fun secretName: non-auth-proxy-ingress rules: - host: hello-world.cluster.fun @@ -60,3 +61,13 @@ spec: name: tailscale-proxy port: name: non-auth + - host: penpot.cluster.fun + http: + paths: + - path: / + pathType: ImplementationSpecific + backend: + service: + name: tailscale-proxy + port: + name: non-auth