diff --git a/clusters/cl01tl/helm/rayflume/values.yaml b/clusters/cl01tl/helm/rayflume/values.yaml index 4922c2d25..eb221b288 100644 --- a/clusters/cl01tl/helm/rayflume/values.yaml +++ b/clusters/cl01tl/helm/rayflume/values.yaml @@ -13,14 +13,14 @@ rayflume: pullPolicy: IfNotPresent env: - name: DEBUG - value: False + value: True + - name: ALLOWED_HOSTS + value: rayflume.alexlebens.net - name: SECRET_KEY valueFrom: secretKeyRef: name: rayflume-config-secret key: SECRET_KEY - - name: ALLOWED_HOSTS - value: rayflume.alexlebens.net - name: LIDARR_TOKEN valueFrom: secretKeyRef: @@ -31,8 +31,6 @@ rayflume: secretKeyRef: name: rayflume-config-secret key: YOUTUBE_API_KEY - - name: YOUTUBE_QUOTA_SAFE_PAGE_SIZE - value: 50 - name: MB_USER_AGENT valueFrom: secretKeyRef: @@ -42,8 +40,6 @@ rayflume: 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 resources: requests: cpu: 10m