Skip to content
Snippets Groups Projects
Verified Commit 5fbb988a authored by Philipp S. Sommer's avatar Philipp S. Sommer
Browse files

add default resources to values.yaml

parent 572bcd94
No related branches found
No related tags found
1 merge request!39make resources of workers adjustable
Pipeline #293607 passed
......@@ -230,6 +230,13 @@ useManyFilesPVC: false
workers: {}
# <some-name>: the name for the {{ cookiecutter.__deployment_type }} item
# command: [] # the command to run as a list
# resources:
# limits:
# cpu: 50m
# memory: 50Mi
# requests:
# cpu: 200m
# memory: 200Mi
{%- if cookiecutter.__include_build_config == "yes" %}
# deploymentStrategy: {% if cookiecutter.default_deployment_strategy == "rolling" %}Rolling{% else %}Recreate{% endif %} # strategy for rolling out new pods (see deploymentStrategy above)
{%- else %}
......
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