# <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)