File tree 1 file changed +13
-8
lines changed
ansible/roles/awx-instance/tasks
1 file changed +13
-8
lines changed Original file line number Diff line number Diff line change 157
157
cpu : 250m
158
158
memory : 1Gi
159
159
volumeMounts :
160
- - name : awx-application-config
161
- mountPath : /etc/tower
162
- readOnly : true
163
- - name : awx-application-credentials
164
- mountPath : /etc/tower/conf.d/
165
- readOnly : true
166
160
- name : nginx-config
167
161
mountPath : /etc/nginx/nginx.conf
168
162
subPath : nginx.conf # Just this file, Vasili
169
163
# (nginx gets anxious if it is missing a
170
164
# /etc/nginx/mime.types)
171
165
readOnly : true
166
+ - name : awx-application-config
167
+ mountPath : /etc/tower/settings.py
168
+ subPath : settings.py
169
+ readOnly : true
170
+ - name : awx-application-config
171
+ mountPath : /etc/tower/uwsgi.ini
172
+ subPath : uwsgi.ini
173
+ readOnly : true
174
+ - name : awx-application-credentials
175
+ mountPath : /etc/tower/conf.d/
176
+ readOnly : true
172
177
- name : awx-redis-socket
173
178
mountPath : " /var/run/redis"
174
179
# ####################################################
182
187
memory : 2Gi
183
188
volumeMounts :
184
189
- name : awx-application-config
185
- mountPath : /etc/tower
186
- readOnly : true
190
+ mountPath : /etc/tower/settings.py
191
+ subPath : settings.py
187
192
- name : awx-application-credentials
188
193
mountPath : /etc/tower/conf.d/
189
194
readOnly : true
You can’t perform that action at this time.
0 commit comments