ensure letsencrypt on ingress

This commit is contained in:
Nathan Rashleigh 2026-01-26 12:37:01 +11:00
parent a33af4bdf9
commit 15f2d34bc8
3 changed files with 18 additions and 0 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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: