From 1701d014eae109e0b6802990c4895913055ff792 Mon Sep 17 00:00:00 2001 From: mengkzhaoyun Date: Wed, 20 Feb 2019 10:31:13 +0800 Subject: [PATCH] update --- values-hostpath.yaml | 14 ++++++++++++++ values-test.yaml | 18 ++++++++++++------ 2 files changed, 26 insertions(+), 6 deletions(-) diff --git a/values-hostpath.yaml b/values-hostpath.yaml index bae677a..ee87a66 100644 --- a/values-hostpath.yaml +++ b/values-hostpath.yaml @@ -34,6 +34,13 @@ database: image: repository: registry.cn-qingdao.aliyuncs.com/wod/harbor-db tag: v1.6.0 + resources: + limits: + memory: 2Gi + cpu: 1000m + requests: + memory: 256Mi + cpu: 100m password: "passwd" nodeSelector: harbor: enabled @@ -43,6 +50,13 @@ registry: repository: registry.cn-qingdao.aliyuncs.com/wod/registry tag: 2.6.2 hostpath: /data/registry + resources: + limits: + memory: 1Gi + cpu: 1000m + requests: + memory: 256Mi + cpu: 100m nodeSelector: harbor: enabled diff --git a/values-test.yaml b/values-test.yaml index c787765..551b4cf 100644 --- a/values-test.yaml +++ b/values-test.yaml @@ -35,9 +35,12 @@ database: repository: registry.cn-qingdao.aliyuncs.com/wod/harbor-db tag: v1.6.0 resources: - requests: - memory: 256Mi - cpu: 100m + limits: + memory: 2Gi + cpu: 1000m + requests: + memory: 256Mi + cpu: 100m password: "passwd" nodeSelector: harbor: enabled @@ -48,9 +51,12 @@ registry: tag: 2.6.2 hostpath: /data/registry resources: - requests: - memory: 256Mi - cpu: 100m + limits: + memory: 1Gi + cpu: 1000m + requests: + memory: 256Mi + cpu: 100m nodeSelector: harbor: enabled -- 2.26.0