update jellyseerr + pub domain

This commit is contained in:
Matt Reeves 2025-02-19 21:46:43 -05:00
parent 8899384780
commit 0bac0c0100
3 changed files with 25 additions and 6 deletions
kubernetes/apps/production
arr/jellyseerr
cert-manager
certificates
issuers

View file

@ -80,10 +80,10 @@ spec:
resources:
requests:
cpu: 50m
memory: 150Mi
cpu: 20m
memory: 50Mi
limits:
memory: 512Mi
memory: 128Mi
service:
app:
@ -98,7 +98,7 @@ spec:
enabled: true
className: nginx
hosts:
- host: "request.${LOCAL_DOMAIN}"
- host: "request.${PUBLIC_DOMAIN}"
paths:
- path: /
pathType: Prefix
@ -107,5 +107,5 @@ spec:
port: http
tls:
- hosts:
- "request.${LOCAL_DOMAIN}"
secretName: local-mafyuh-dev-production-tls
- "request.${PUBLIC_DOMAIN}"
secretName: mafyuh-dev-production-tls

View file

@ -0,0 +1,18 @@
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: mafyuh-dev
namespace: cert-manager
spec:
secretName: mafyuh-dev-production-tls
secretTemplate:
annotations:
reflector.v1.k8s.emberstack.com/reflection-auto-enabled: "true"
reflector.v1.k8s.emberstack.com/reflection-allowed: "true"
issuerRef:
name: letsencrypt-production
kind: ClusterIssuer
commonName: "*.mafyuh.dev"
dnsNames:
- "*.mafyuh.dev"

View file

@ -18,3 +18,4 @@ spec:
selector:
dnsZones:
- local.mafyuh.dev
- mafyuh.dev