Skip to content

Commit

Permalink
Added external test to jellyseer
Browse files Browse the repository at this point in the history
  • Loading branch information
ProfMoo committed Sep 29, 2024
1 parent 50aab42 commit 7b70888
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions kubernetes/homelab/apps/media/jellyseerr/app/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,23 @@ spec:
service:
identifier: app
port: http
external:
tls:
- hosts:
- "*.drmoo.io"
secretName: drmoo-io-tls
annotations:
external-dns.alpha.kubernetes.io/target: external.drmoo.io
cert-manager.io/cluster-issuer: "letsencrypt-production"
cert-manager.io/secret-name: "drmoo-io-tls"
className: external
hosts:
- host: "request.drmoo.io"
paths:
- path: /
service:
identifier: app
port: http
persistence:
config:
existingClaim: jellyseerr
Expand Down

0 comments on commit 7b70888

Please sign in to comment.