updated devops files

This commit is contained in:
marvzhang
2020-03-04 12:00:53 +08:00
parent 1884faae6c
commit 29ccbf3e16
11 changed files with 209 additions and 1 deletions

View File

@@ -40,6 +40,10 @@ spec:
value: "redis"
- name: CRAWLAB_SETTING_ALLOWREGISTER
value: "Y"
- name: CRAWLAB_SERVER_LANG_NODE
value: "Y"
- name: CRAWLAB_SERVER_LANG_JAVA
value: "Y"
ports:
- containerPort: 8080
name: crawlab

View File

@@ -24,4 +24,8 @@ spec:
- name: CRAWLAB_MONGO_HOST
value: "mongo"
- name: CRAWLAB_REDIS_ADDRESS
value: "redis"
value: "redis"
- name: CRAWLAB_SERVER_LANG_NODE
value: "Y"
- name: CRAWLAB_SERVER_LANG_JAVA
value: "Y"