From: 刘洪青 Date: Sat, 18 Sep 2021 03:23:11 +0000 (+0800) Subject: chore: thirdparty-agent-service,发布版本 1.3.0-RELEASE X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=25e673ce4227e8d3c31bfed2fabc2b045c326473;p=institute%2Fdeploy-authx-service.git chore: thirdparty-agent-service,发布版本 1.3.0-RELEASE --- 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