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.pull/9/head
parent
a443929c0c
commit
9c50acb6b9
|
@ -129,7 +129,7 @@ spec:
|
||||||
ingressClassName: nginx
|
ingressClassName: nginx
|
||||||
rules:
|
rules:
|
||||||
- host: ntfy.pyrocufflink.blue
|
- host: ntfy.pyrocufflink.blue
|
||||||
http:
|
http: &http
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
|
@ -138,6 +138,9 @@ spec:
|
||||||
name: ntfy
|
name: ntfy
|
||||||
port:
|
port:
|
||||||
name: http
|
name: http
|
||||||
|
- host: ntfy.pyrocufflink.net
|
||||||
|
http: *http
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- ntfy.pyrocufflink.blue
|
- ntfy.pyrocufflink.blue
|
||||||
|
- ntfy.pyrocufflink.net
|
||||||
|
|
Loading…
Reference in New Issue