From 25e673ce4227e8d3c31bfed2fabc2b045c326473 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E5=88=98=E6=B4=AA=E9=9D=92?= Date: Sat, 18 Sep 2021 11:23:11 +0800 Subject: [PATCH] =?utf8?q?chore:=20thirdparty-agent-service=EF=BC=8C?= =?utf8?q?=E5=8F=91=E5=B8=83=E7=89=88=E6=9C=AC=201.3.0-RELEASE?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../4.2.thirdparty-agent-service.yaml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/deploy-manifests/k8s-rancher/1.authx-service/1.thirdparty-agent-service/4.2.thirdparty-agent-service.yaml b/deploy-manifests/k8s-rancher/1.authx-service/1.thirdparty-agent-service/4.2.thirdparty-agent-service.yaml index a129c1c..eef5afa 100644 --- a/deploy-manifests/k8s-rancher/1.authx-service/1.thirdparty-agent-service/4.2.thirdparty-agent-service.yaml +++ b/deploy-manifests/k8s-rancher/1.authx-service/1.thirdparty-agent-service/4.2.thirdparty-agent-service.yaml @@ -62,6 +62,23 @@ data: # 若须对接sms 接口,须进行二开定制 + # face + # aiface 新开普人脸 + FACE_AIFACE_AUTOCONFIGURE_ENABLED: "false" + FACE_AIFACE_URL: "" + FACE_AIFACE_APPKEY: "" + FACE_AIFACE_APPSECRET: "" + FACE_AIFACE_SECRETKEY: "" + FACE_AIFACE_TERM_CODE: "" + + # aipface 百度人脸 + FACE_AIPFACE_AUTOCONFIGURE_ENABLED: "true" + FACE_AIPFACE_APPID: "24825582" + FACE_AIPFACE_APIKEY: "1KK9A5hIB9HNbHWQGVrw26Ww" + FACE_AIPFACE_SECRETKEY: "AsANn1AoxhHDGsscQ7QUIKmWnCW0vggH" + FACE_AIPFACE_GROUPIDLIST: "TEST_1" + + --- apiVersion: v1 kind: Secret @@ -121,7 +138,7 @@ spec: containers: - name: agent-service # 若使用了学校搭设的私有仓库,请修改 - image: harbor.supwisdom.com/thirdparty-agent-service/agent-service:1.2.0-RELEASE + image: harbor.supwisdom.com/thirdparty-agent-service/agent-service:1.3.0-RELEASE imagePullPolicy: Always ports: - containerPort: 8080 -- 2.17.1