Commit 1701d014 authored by root's avatar root

update

parent 0cf9803f
...@@ -34,6 +34,13 @@ database: ...@@ -34,6 +34,13 @@ database:
image: image:
repository: registry.cn-qingdao.aliyuncs.com/wod/harbor-db repository: registry.cn-qingdao.aliyuncs.com/wod/harbor-db
tag: v1.6.0 tag: v1.6.0
resources:
limits:
memory: 2Gi
cpu: 1000m
requests:
memory: 256Mi
cpu: 100m
password: "passwd" password: "passwd"
nodeSelector: nodeSelector:
harbor: enabled harbor: enabled
...@@ -43,6 +50,13 @@ registry: ...@@ -43,6 +50,13 @@ registry:
repository: registry.cn-qingdao.aliyuncs.com/wod/registry repository: registry.cn-qingdao.aliyuncs.com/wod/registry
tag: 2.6.2 tag: 2.6.2
hostpath: /data/registry hostpath: /data/registry
resources:
limits:
memory: 1Gi
cpu: 1000m
requests:
memory: 256Mi
cpu: 100m
nodeSelector: nodeSelector:
harbor: enabled harbor: enabled
......
...@@ -35,9 +35,12 @@ database: ...@@ -35,9 +35,12 @@ database:
repository: registry.cn-qingdao.aliyuncs.com/wod/harbor-db repository: registry.cn-qingdao.aliyuncs.com/wod/harbor-db
tag: v1.6.0 tag: v1.6.0
resources: resources:
requests: limits:
memory: 256Mi memory: 2Gi
cpu: 100m cpu: 1000m
requests:
memory: 256Mi
cpu: 100m
password: "passwd" password: "passwd"
nodeSelector: nodeSelector:
harbor: enabled harbor: enabled
...@@ -48,9 +51,12 @@ registry: ...@@ -48,9 +51,12 @@ registry:
tag: 2.6.2 tag: 2.6.2
hostpath: /data/registry hostpath: /data/registry
resources: resources:
requests: limits:
memory: 256Mi memory: 1Gi
cpu: 100m cpu: 1000m
requests:
memory: 256Mi
cpu: 100m
nodeSelector: nodeSelector:
harbor: enabled harbor: enabled
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment