Add resources to copyutil initContainer (#1093)

Signed-off-by: Sven Haardiek <sven.haardiek@uni-muenster.de>

Co-authored-by: Marko Bevc <marko@scalefactory.com>
This commit is contained in:
Sven Haardiek 2022-01-19 20:25:58 +01:00 committed by GitHub
parent a3c77c80d7
commit 66194fd35f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 16 additions and 3 deletions

View file

@ -1535,6 +1535,17 @@ repoServer:
# - list
# - watch
# Init container to copy argocd binary
copyutil:
# -- Resource limits and requests for the copyutil initContainer
resources: {}
# limits:
# cpu: 50m
# memory: 64Mi
# requests:
# cpu: 10m
# memory: 32Mi
# -- Init containers to add to the repo server pods
initContainers: []
# - name: download-tools