ensure letsencrypt on ingress
This commit is contained in:
parent
a33af4bdf9
commit
15f2d34bc8
@ -80,8 +80,14 @@ kind: Ingress
|
|||||||
metadata:
|
metadata:
|
||||||
name: prowlarr-ingress
|
name: prowlarr-ingress
|
||||||
namespace: media
|
namespace: media
|
||||||
|
annotations:
|
||||||
|
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
||||||
spec:
|
spec:
|
||||||
ingressClassName: haproxy
|
ingressClassName: haproxy
|
||||||
|
tls:
|
||||||
|
- secretName: prowlarr-ingress-tls
|
||||||
|
hosts:
|
||||||
|
- prowlarr.ntwl.xyz
|
||||||
rules:
|
rules:
|
||||||
- host: prowlarr.ntwl.xyz
|
- host: prowlarr.ntwl.xyz
|
||||||
http:
|
http:
|
||||||
|
|||||||
@ -85,8 +85,14 @@ kind: Ingress
|
|||||||
metadata:
|
metadata:
|
||||||
name: radarr-ingress
|
name: radarr-ingress
|
||||||
namespace: media
|
namespace: media
|
||||||
|
annotations:
|
||||||
|
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
||||||
spec:
|
spec:
|
||||||
ingressClassName: haproxy
|
ingressClassName: haproxy
|
||||||
|
tls:
|
||||||
|
- secretName: radarr-ingress-tls
|
||||||
|
hosts:
|
||||||
|
- radarr.ntwl.xyz
|
||||||
rules:
|
rules:
|
||||||
- host: radarr.ntwl.xyz
|
- host: radarr.ntwl.xyz
|
||||||
http:
|
http:
|
||||||
|
|||||||
@ -94,8 +94,14 @@ kind: Ingress
|
|||||||
metadata:
|
metadata:
|
||||||
name: sabnzbd-ingress
|
name: sabnzbd-ingress
|
||||||
namespace: media
|
namespace: media
|
||||||
|
annotations:
|
||||||
|
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
||||||
spec:
|
spec:
|
||||||
ingressClassName: haproxy
|
ingressClassName: haproxy
|
||||||
|
tls:
|
||||||
|
- secretName: sabnzbd-ingress-tls
|
||||||
|
hosts:
|
||||||
|
- sabnzbd.ntwl.xyz
|
||||||
rules:
|
rules:
|
||||||
- host: sabnzbd.ntwl.xyz
|
- host: sabnzbd.ntwl.xyz
|
||||||
http:
|
http:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user