fix image issue
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user