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