From 95df18e399922675c8dd3cc76d355f3796fcbafd Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Fri, 26 Dec 2025 03:49:05 +0000 Subject: [PATCH] Automated Manifest Update (#2863) This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/2863 Co-authored-by: gitea-bot Co-committed-by: gitea-bot --- .../cl01tl/manifests/rayflume/Deployment-rayflume.yaml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/clusters/cl01tl/manifests/rayflume/Deployment-rayflume.yaml b/clusters/cl01tl/manifests/rayflume/Deployment-rayflume.yaml index b299701cd..32e9e974b 100644 --- a/clusters/cl01tl/manifests/rayflume/Deployment-rayflume.yaml +++ b/clusters/cl01tl/manifests/rayflume/Deployment-rayflume.yaml @@ -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