Files
infra/apps/teable/config.yaml
prettysunflower 618f430d2f apps(teable): Change of main domain and config / storage change
Main domain changed to data.sunflower.lgbt
Added config for emails in secrets
Changed storage for Valkey to s3yuyuko (reliability issues)
Changed image tag to latest (v1.8.0 not found)
2025-06-06 11:16:36 +02:00

11 lines
288 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: teable-config
namespace: teable
data:
PUBLIC_ORIGIN: "https://data.sunflower.lgbt"
BACKEND_CACHE_PROVIDER: "redis"
NEXT_ENV_IMAGES_ALL_REMOTE: "true"
PRISMA_ENGINES_CHECKSUM_IGNORE_MISSING: "1"
NODE_TLS_REJECT_UNAUTHORIZED: '0'