From 3c3bec4eaf5f1fdda47477d73f89cc8166c8b881 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Wed, 31 Jul 2024 02:11:06 +1000 Subject: [PATCH] fix image issue --- apps/plane/base/configmap.yaml | 2 +- apps/plane/base/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/plane/base/configmap.yaml b/apps/plane/base/configmap.yaml index 450645c..ecc2c0f 100644 --- a/apps/plane/base/configmap.yaml +++ b/apps/plane/base/configmap.yaml @@ -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 diff --git a/apps/plane/base/deployment.yaml b/apps/plane/base/deployment.yaml index fb07b8c..7380d91 100644 --- a/apps/plane/base/deployment.yaml +++ b/apps/plane/base/deployment.yaml @@ -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: