mirror of
https://github.com/ansible/awx.git
synced 2026-05-22 08:17:39 -02:30
@@ -17,6 +17,16 @@ spec:
|
||||
- name: "{{ kubernetes_deployment_name }}-confd"
|
||||
mountPath: "/etc/tower/conf.d/"
|
||||
readOnly: true
|
||||
resources:
|
||||
{% if management_mem_limit is defined or management_cpu_limit is defined %}
|
||||
limits:
|
||||
{% endif %}
|
||||
{% if management_mem_limit is defined %}
|
||||
memory: "{{ management_mem_limit }}Gi"
|
||||
{% endif %}
|
||||
{% if management_cpu_limit is defined %}
|
||||
cpu: "{{ management_cpu_limit }}m"
|
||||
{% endif %}
|
||||
volumes:
|
||||
- name: {{ kubernetes_deployment_name }}-application-config
|
||||
configMap:
|
||||
|
||||
Reference in New Issue
Block a user