diff --git a/roles/installer/templates/deployments/task.yaml.j2 b/roles/installer/templates/deployments/task.yaml.j2 index fe7663a1d..da2bde0cd 100644 --- a/roles/installer/templates/deployments/task.yaml.j2 +++ b/roles/installer/templates/deployments/task.yaml.j2 @@ -112,6 +112,7 @@ spec: - name: init-projects image: '{{ _init_projects_container_image }}' imagePullPolicy: '{{ image_pull_policy }}' + resources: {{ task_resource_requirements }} command: - /bin/sh - -c diff --git a/roles/installer/templates/deployments/web.yaml.j2 b/roles/installer/templates/deployments/web.yaml.j2 index 9e7ceb06f..e166c5914 100644 --- a/roles/installer/templates/deployments/web.yaml.j2 +++ b/roles/installer/templates/deployments/web.yaml.j2 @@ -68,6 +68,7 @@ spec: - name: init image: '{{ _init_container_image }}' imagePullPolicy: '{{ image_pull_policy }}' + resources: {{ web_resource_requirements }} command: - /bin/sh - -c @@ -96,6 +97,7 @@ spec: - name: init-projects image: '{{ _init_projects_container_image }}' imagePullPolicy: '{{ image_pull_policy }}' + resources: {{ web_resource_requirements }} command: - /bin/sh - -c