apps(teable): Added teable to deployment

This commit is contained in:
2025-05-31 13:07:56 +02:00
parent 70f41aa9dc
commit 66bb6f23c6
7 changed files with 248 additions and 0 deletions

13
apps/teable/config.yaml Normal file
View File

@@ -0,0 +1,13 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: teable-config
namespace: teable
data:
PUBLIC_ORIGIN: "https://data.remilia.ch"
BACKEND_CACHE_PROVIDER: "redis"
NEXT_ENV_IMAGES_ALL_REMOTE: "true"
PRISMA_ENGINES_CHECKSUM_IGNORE_MISSING: "1"
NODE_TLS_REJECT_UNAUTHORIZED: '0'