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:
parent
a3c77c80d7
commit
66194fd35f
4 changed files with 16 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue