fix image issue

This commit is contained in:
2024-07-31 02:11:06 +10:00
parent cbf6ad96a7
commit 3c3bec4eaf
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ data:
DOCKERIZED: "1"
GUNICORN_WORKERS: "1"
WEB_URL: "http://plane.cluster.edward.sydney"
CORS_ALLOWED_ORIGINS: "*"
CORS_ALLOWED_ORIGINS: "http://plane.cluster.edward.sydney"
REDIS_URL: "redis://redis.redis.svc.cluster.local:6379/"
---
apiVersion: v1

View File

@@ -18,7 +18,7 @@ spec:
containers:
- name: plane-admin
imagePullPolicy: Always
image: makeplane/plane-frontend:stable
image: makeplane/plane-admin:stable
stdin: true
tty: true
resources: