Skip to content
Snippets Groups Projects
Commit b138a114 authored by Spyridon Trigazis's avatar Spyridon Trigazis
Browse files

staging: Increase resources for the registry pod

parent ce0d6e6a
Branches gifrau-velofromlong
No related tags found
No related merge requests found
...@@ -91,6 +91,22 @@ harbor: ...@@ -91,6 +91,22 @@ harbor:
portal: portal:
replicas: 3 replicas: 3
registry: registry:
registry:
resources:
requests:
memory: 2048Mi
cpu: 2
limits:
memory: 2048Mi
cpu: 2
controller:
resources:
requests:
memory: 256Mi
cpu: 100m
limits:
memory: 512Mi
cpu: 200m
credentials: credentials:
htpasswdString: <path:kv/data/kubernetes/services/kops-registry/staging/harbor/registry#htpasswd> htpasswdString: <path:kv/data/kubernetes/services/kops-registry/staging/harbor/registry#htpasswd>
password: <path:kv/data/kubernetes/services/kops-registry/staging/harbor/registry#password> password: <path:kv/data/kubernetes/services/kops-registry/staging/harbor/registry#password>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment