replace rayflume-ytdl-sub with yubal-playlist
All checks were successful
lint-test-helm / lint-helm (push) Successful in 16s
lint-test-docker / lint-docker-compose (push) Successful in 1m49s
render-manifests-push / render-manifests-push (push) Successful in 1m0s
renovate / renovate (push) Successful in 1m24s

This commit is contained in:
2026-01-03 22:59:21 -06:00
parent e79d6783d8
commit 48d91e9ce7
14 changed files with 113 additions and 290 deletions

View File

@@ -0,0 +1,70 @@
yubal-playlist:
controllers:
main:
type: deployment
replicas: 1
strategy: Recreate
revisionHistoryLimit: 3
containers:
main:
image:
repository: harbor.alexlebens.net/images/yubal-playlist
tag: 0.0.1
pullPolicy: IfNotPresent
env:
- name: YUBAL_TZ
value: US/Chicago
- name: YUBAL_PORT
value: 8000
- name: YUBAL_DEBUG
value: 8000
- name: YUBAL_MB_USER_AGENT
value: alexanderlebens@gmail.com
resources:
requests:
cpu: 10m
memory: 128Mi
service:
main:
controller: main
ports:
http:
port: 80
targetPort: 8000
protocol: HTTP
route:
main:
kind: HTTPRoute
parentRefs:
- group: gateway.networking.k8s.io
kind: Gateway
name: traefik-gateway
namespace: traefik
hostnames:
- yubal-playlist.alexlebens.net
rules:
- backendRefs:
- group: ''
kind: Service
name: yubal-playlist
port: 80
weight: 100
matches:
- path:
type: PathPrefix
value: /
persistence:
cache:
type: emptyDir
advancedMounts:
main:
main:
- path: /app/ytdlp
readOnly: false
music:
existingClaim: ytdl-sub-nfs-storage
advancedMounts:
main:
main:
- path: /app/data
readOnly: false