Helm charts for media stack (Plex, Sonarr, Radarr, etc.), dashboards (Glance, Homepage), paperless-ngx, mealie, traefik ingress, MetalLB, and utilities. Includes SOPS-encrypted secrets and bootstrap script.
42 lines
689 B
YAML
42 lines
689 B
YAML
domain: ratboo.me
|
|
certResolver: myresolver
|
|
tz: America/Los_Angeles
|
|
puid: "1000"
|
|
pgid: "1000"
|
|
|
|
dogstore: /dogstore
|
|
|
|
secretName: media-secrets
|
|
|
|
storageClass: longhorn
|
|
configStorageSize: 2Gi
|
|
|
|
plex:
|
|
image: plexinc/pms-docker:latest
|
|
advertiseIp: "https://plex.ratboo.me:443"
|
|
configSize: 20Gi
|
|
|
|
sonarr:
|
|
image: ghcr.io/hotio/sonarr:latest
|
|
configSize: 2Gi
|
|
|
|
radarr:
|
|
image: ghcr.io/hotio/radarr:latest
|
|
configSize: 2Gi
|
|
|
|
bazarr:
|
|
image: lscr.io/linuxserver/bazarr:latest
|
|
configSize: 1Gi
|
|
|
|
prowlarr:
|
|
image: ghcr.io/hotio/prowlarr:latest
|
|
configSize: 1Gi
|
|
|
|
qbittorrent:
|
|
image: ghcr.io/hotio/qbittorrent:latest
|
|
configSize: 1Gi
|
|
webuiPort: 9191
|
|
|
|
unpackerr:
|
|
image: golift/unpackerr
|