From aca20a533000790f89ede20f66a12c94fa5a7a23 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Fri, 13 Dec 2024 10:04:09 +0000 Subject: [PATCH] Remove ntfy Signed-off-by: Marcus Noble --- manifests/auth-proxy/non-auth-ingress.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/manifests/auth-proxy/non-auth-ingress.yaml b/manifests/auth-proxy/non-auth-ingress.yaml index 3f8b133..22d88c9 100644 --- a/manifests/auth-proxy/non-auth-ingress.yaml +++ b/manifests/auth-proxy/non-auth-ingress.yaml @@ -11,7 +11,6 @@ spec: tls: - hosts: - hello-world.cluster.fun - - ntfy.cluster.fun secretName: non-auth-proxy-ingress rules: - host: hello-world.cluster.fun @@ -24,13 +23,3 @@ 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