From afc5bf89e7ba6c11f222b5d335e3ba37c5056fde Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Fri, 13 Dec 2024 10:37:40 +0000 Subject: [PATCH] Re-add ntfy 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 22d88c9..3f8b133 100644 --- a/manifests/auth-proxy/non-auth-ingress.yaml +++ b/manifests/auth-proxy/non-auth-ingress.yaml @@ -11,6 +11,7 @@ spec: tls: - hosts: - hello-world.cluster.fun + - ntfy.cluster.fun secretName: non-auth-proxy-ingress rules: - host: hello-world.cluster.fun @@ -23,3 +24,13 @@ spec: name: tailscale-proxy port: name: non-auth + - host: ntfy.cluster.fun + http: + paths: + - path: / + pathType: ImplementationSpecific + backend: + service: + name: tailscale-proxy + port: + name: non-auth