homelab/archive/2022.07.bxl-k3s-pi/apps/cloud/onlyoffice/config.yaml

14 lines
305 B
YAML
Raw Permalink Normal View History

2023-04-16 15:04:06 +02:00
apiVersion: v1
kind: ConfigMap
metadata:
name: onlyoffice
namespace: cloud
data:
DB_TYPE: postgres
DB_HOST: postgres.storage.svc.cluster.local
DB_NAME: onlyoffice
DB_USER: onlyoffice
REDIS_SERVER_HOST: redis.storage.svc.cluster.local
USE_UNAUTHORIZED_STORAGE: "true"
JWT_ENABLED: "true"