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