Merge pull request #736 from 3dwardch3ng/app/plane

update config
This commit is contained in:
2024-07-31 02:34:07 +10:00
committed by GitHub

View File

@@ -12,7 +12,7 @@ data:
GUNICORN_WORKERS: "1" GUNICORN_WORKERS: "1"
WEB_URL: "http://plane.cluster.edward.sydney" WEB_URL: "http://plane.cluster.edward.sydney"
CORS_ALLOWED_ORIGINS: "http://plane.cluster.edward.sydney,https://plane.cluster.edward.sydney" CORS_ALLOWED_ORIGINS: "http://plane.cluster.edward.sydney,https://plane.cluster.edward.sydney"
REDIS_URL: "redis://redis.redis.svc.cluster.local:6379/" REDIS_URL: "redis://redis-master.redis.svc.cluster.local:6379/"
--- ---
apiVersion: v1 apiVersion: v1
kind: ConfigMap kind: ConfigMap