Automated Manifest Update #2863

Merged
alexlebens merged 1 commits from auto/update-manifests into manifests 2025-12-26 03:49:08 +00:00

View File

@@ -36,14 +36,14 @@ spec:
containers:
- env:
- name: DEBUG
value: "false"
value: "true"
- name: ALLOWED_HOSTS
value: rayflume.alexlebens.net
- name: SECRET_KEY
valueFrom:
secretKeyRef:
key: SECRET_KEY
name: rayflume-config-secret
- name: ALLOWED_HOSTS
value: rayflume.alexlebens.net
- name: LIDARR_TOKEN
valueFrom:
secretKeyRef:
@@ -54,8 +54,6 @@ spec:
secretKeyRef:
key: YOUTUBE_API_KEY
name: rayflume-config-secret
- name: YOUTUBE_QUOTA_SAFE_PAGE_SIZE
value: "50"
- name: MB_USER_AGENT
valueFrom:
secretKeyRef:
@@ -65,8 +63,6 @@ spec:
value: redis://redis-replication-rayflume-master.rayflume:6379/0
- name: CELERY_RESULT_BACKEND
value: redis://redis-replication-rayflume-master.rayflume:6379/0
- name: REFRESH_MINUTES
value: "60"
image: harbor.alexlebens.net/images/rayflume:0.0.2
imagePullPolicy: IfNotPresent
name: main