From 9c50acb6b9366d92a76ce97a411629fa9f83a42d Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sat, 24 Aug 2024 11:31:47 -0500 Subject: [PATCH] ntfy: Handle ntfy.pyrocufflink.net name Now that the reverse proxy that handles requests from the Internet uses TLS pass-through, the Ingress for _ntfy_ needs to recognize both the internal and external name. --- ntfy/ntfy.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ntfy/ntfy.yaml b/ntfy/ntfy.yaml index 3e3ccf9..aabeb9f 100644 --- a/ntfy/ntfy.yaml +++ b/ntfy/ntfy.yaml @@ -129,7 +129,7 @@ spec: ingressClassName: nginx rules: - host: ntfy.pyrocufflink.blue - http: + http: &http paths: - path: / pathType: Prefix @@ -138,6 +138,9 @@ spec: name: ntfy port: name: http + - host: ntfy.pyrocufflink.net + http: *http tls: - hosts: - ntfy.pyrocufflink.blue + - ntfy.pyrocufflink.net