forked from Botanical/BotanJS
Removed old impl
This commit is contained in:
+3
-17
@@ -16,7 +16,7 @@ spec:
|
||||
- name: registry-auth
|
||||
containers:
|
||||
- name: web
|
||||
image: registry.k8s.astropenguin.net/astrojs:IMAGE_TAG
|
||||
image: registry.k8s.astropenguin.net/resolver-go:IMAGE_TAG
|
||||
securityContext:
|
||||
runAsGroup: 1001
|
||||
runAsNonRoot: true
|
||||
@@ -24,14 +24,6 @@ spec:
|
||||
env:
|
||||
- name: DEBUG
|
||||
value: "0"
|
||||
- name: FLASK_DEBUG
|
||||
value: "0"
|
||||
- name: FLASK_ENV
|
||||
value: "production"
|
||||
- name: RUN_MODE
|
||||
value: "web"
|
||||
- name: REDIS_CONN
|
||||
value: "redis://:@localhost:6379/9"
|
||||
volumeMounts:
|
||||
- name: cache
|
||||
mountPath: "/app/cache"
|
||||
@@ -40,22 +32,16 @@ spec:
|
||||
command:
|
||||
- sh
|
||||
- -c
|
||||
- wget -qO - http://127.0.0.1:5000/rjs/System | grep -q function
|
||||
- wget -qO - http://127.0.0.1:5000/health
|
||||
- name: redis
|
||||
image: redis:6.0.8-alpine
|
||||
- name: compiler
|
||||
image: registry.k8s.astropenguin.net/astrojs:IMAGE_TAG
|
||||
image: registry.k8s.astropenguin.net/closure-api:IMAGE_TAG
|
||||
securityContext:
|
||||
runAsGroup: 1001
|
||||
runAsNonRoot: true
|
||||
runAsUser: 1001
|
||||
env:
|
||||
- name: RUN_MODE
|
||||
value: "tasks"
|
||||
- name: DEBUG
|
||||
value: "0"
|
||||
- name: REDIS_CONN
|
||||
value: "redis://:@localhost:6379/9"
|
||||
volumeMounts:
|
||||
- name: cache
|
||||
mountPath: "/app/cache"
|
||||
|
||||
Reference in New Issue
Block a user