Skip to content

Commit 1536309

Browse files
committed
conf(web): Mount uwsgi config file
Using the uwsgi ConfigMap, mount it in the container as a file to configure the uwsgi server.
1 parent f93dcac commit 1536309

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

apps/web/base/deployment.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,13 @@ spec:
3333
- name: metacpan-web-local
3434
mountPath: /app/metacpan_web_local.conf
3535
subPath: metacpan_web_local.conf
36+
- name: uwsgi
37+
mountPath: /etc/uwsgi.ini
38+
subPath: uwsgi.ini
3639
volumes:
3740
- name: metacpan-web-local
3841
secret:
3942
secretName: metacpan-web-local
43+
- name: uwsgi
44+
configMap:
45+
name: uwsgi

0 commit comments

Comments
 (0)