@@ -11,7 +11,7 @@ data:
|
|||||||
DOCKERIZED: "1"
|
DOCKERIZED: "1"
|
||||||
GUNICORN_WORKERS: "1"
|
GUNICORN_WORKERS: "1"
|
||||||
WEB_URL: "http://plane.cluster.edward.sydney"
|
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/"
|
REDIS_URL: "redis://redis.redis.svc.cluster.local:6379/"
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: plane-admin
|
- name: plane-admin
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
image: makeplane/plane-frontend:stable
|
image: makeplane/plane-admin:stable
|
||||||
stdin: true
|
stdin: true
|
||||||
tty: true
|
tty: true
|
||||||
resources:
|
resources:
|
||||||
|
|||||||
Reference in New Issue
Block a user