From: 刘洪青 Date: Sat, 26 Jun 2021 03:41:43 +0000 (+0800) Subject: chore: authx-service 认证授权后端服务,更新镜像版本 1.2.1-RELEASE X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=9d7b2021855cb9a80474a539e5fb29d4d608194f;p=institute%2Fdeploy-authx-service.git chore: authx-service 认证授权后端服务,更新镜像版本 1.2.1-RELEASE --- diff --git a/deploy-manifests/k8s-rancher/1.authx-service/0.authx-service/4.4.authx-service-bff.yaml b/deploy-manifests/k8s-rancher/1.authx-service/0.authx-service/4.4.authx-service-bff.yaml index 3f802ee..5faeb43 100644 --- a/deploy-manifests/k8s-rancher/1.authx-service/0.authx-service/4.4.authx-service-bff.yaml +++ b/deploy-manifests/k8s-rancher/1.authx-service/0.authx-service/4.4.authx-service-bff.yaml @@ -102,7 +102,7 @@ spec: spec: containers: - name: authx-service-bff - image: harbor.supwisdom.com/authx-service/authx-service-bff:1.2.0-SNAPSHOT + image: harbor.supwisdom.com/authx-service/authx-service-bff:1.2.1-RELEASE imagePullPolicy: Always ports: - containerPort: 8080 @@ -118,9 +118,9 @@ spec: name: authx-service-bff-env resources: requests: - memory: "400Mi" + memory: "1024Mi" limits: - memory: "400Mi" + memory: "1024Mi" readinessProbe: httpGet: path: /actuator/health