add plane-redis service

This commit is contained in:
2024-07-31 02:45:26 +10:00
parent b5c39659ba
commit 903af6eafc
3 changed files with 61 additions and 1 deletions

View File

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