Skip to content

Commit

Permalink
Merge pull request #266 from rooftopcellist/fix-order-nginx-resource-…
Browse files Browse the repository at this point in the history
…requirements

Reorder nginx container resource requirements in template to fix syntax
  • Loading branch information
dsavineau authored Jan 9, 2025
2 parents 482ecf1 + 89c546d commit a75099b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/eda/templates/eda-api.deployment.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -399,10 +399,10 @@ spec:
mountPath: /var/cache/nginx
- name: nginx-run
mountPath: /var/run
restartPolicy: Always
{% if combined_api.resource_requirements is defined %}
resources: {{ combined_api.resource_requirements }}
{% endif %}
restartPolicy: Always
volumes:
{% if not ui_disabled %}
- name: static-files
Expand Down

0 comments on commit a75099b

Please sign in to comment.