commit | 687d71f6083712865bcd0c88b9a7b53f6c4ee6dd | [log] [tgz] |
---|---|---|
author | 刘洪青 <loie.engine@gmail.com> | 周五 10月 09 15:32:45 2020 +0800 |
committer | 刘洪青 <loie.engine@gmail.com> | 周五 10月 09 15:32:45 2020 +0800 |
tree | 24dea5f93025e13000060e75a8b03d4c8a655452 | |
parent | b36374c653116f21d61ec6ec6521e44437d196bd [diff] |
chore: 调整部署的默认资源(cpu、内存等)
diff --git a/deploy-manifests/k8s-rancher/1.authx-service/2.user-data-service/4.0.user-data-service-installer.yaml b/deploy-manifests/k8s-rancher/1.authx-service/2.user-data-service/4.0.user-data-service-installer.yaml index 4bd7ce5..cec2a98 100644 --- a/deploy-manifests/k8s-rancher/1.authx-service/2.user-data-service/4.0.user-data-service-installer.yaml +++ b/deploy-manifests/k8s-rancher/1.authx-service/2.user-data-service/4.0.user-data-service-installer.yaml
@@ -37,10 +37,10 @@ name: datasource-env-secret - configMapRef: name: user-data-service-installer-env - resources: - requests: - memory: "256Mi" - limits: - memory: "256Mi" + # resources: + # requests: + # memory: "256Mi" + # limits: + # memory: "256Mi" imagePullSecrets: - name: harbor-registry
diff --git a/deploy-manifests/k8s-rancher/1.authx-service/2.user-data-service/4.1.user-data-service-poa.yaml b/deploy-manifests/k8s-rancher/1.authx-service/2.user-data-service/4.1.user-data-service-poa.yaml index b368dcf..17aa0f0 100644 --- a/deploy-manifests/k8s-rancher/1.authx-service/2.user-data-service/4.1.user-data-service-poa.yaml +++ b/deploy-manifests/k8s-rancher/1.authx-service/2.user-data-service/4.1.user-data-service-poa.yaml
@@ -101,9 +101,9 @@ name: user-data-service-poa-env resources: requests: - memory: "512Mi" + memory: "1024Mi" limits: - memory: "512Mi" + memory: "1024Mi" readinessProbe: httpGet: path: /actuator/health