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