commit f77e710d9e13a7d4a331dbdf2d96a5d9105e9f5c
parent 86018b07982685e36089a222fcf9ecb9a7fe3796
Author: MTRNord <mtrnord1@gmail.com>
Date: Fri, 6 Dec 2024 21:50:39 +0100
Twitch vods!
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/apps/base/twitch-vod/deployment.yaml b/apps/base/twitch-vod/deployment.yaml
@@ -40,7 +40,7 @@ spec:
- name: NODE_ENV
value: production
- name: TCD_ENABLE_FILES_API
- value: "0"
+ value: "1"
- name: TCD_EXPOSE_LOGS_TO_PUBLIC
value: "0"
- name: TCD_MIGRATE_OLD_VOD_JSON
@@ -95,7 +95,7 @@ spec:
- ReadWriteMany
resources:
requests:
- storage: 20Gi
+ storage: 40Gi
---
# Ingress for bugzilla
apiVersion: networking.k8s.io/v1