From 1e2733c793a358b68d1b167f2be167411b70bca0 Mon Sep 17 00:00:00 2001 From: marvzhang Date: Fri, 6 Mar 2020 10:06:22 +0800 Subject: [PATCH] try to fix java install issue --- devops/develop/crawlab-master.yaml | 2 +- devops/develop/crawlab-worker.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/devops/develop/crawlab-master.yaml b/devops/develop/crawlab-master.yaml index 1168c404..a7577213 100644 --- a/devops/develop/crawlab-master.yaml +++ b/devops/develop/crawlab-master.yaml @@ -42,7 +42,7 @@ spec: - name: CRAWLAB_SETTING_ALLOWREGISTER value: "Y" - name: CRAWLAB_SERVER_LANG_NODE - value: "Y" + value: "N" - name: CRAWLAB_SERVER_LANG_JAVA value: "Y" ports: diff --git a/devops/develop/crawlab-worker.yaml b/devops/develop/crawlab-worker.yaml index 096f0ccc..d614e532 100644 --- a/devops/develop/crawlab-worker.yaml +++ b/devops/develop/crawlab-worker.yaml @@ -27,7 +27,7 @@ spec: - name: CRAWLAB_REDIS_ADDRESS value: "redis" - name: CRAWLAB_SERVER_LANG_NODE - value: "Y" + value: "N" - name: CRAWLAB_SERVER_LANG_JAVA value: "Y" \ No newline at end of file