helm(minor): don't directly mount configmap

This commit is contained in:
Langhammer, Jens
2019-10-07 17:14:08 +02:00
parent 7f1455cb12
commit 93e0441b58
4 changed files with 1 additions and 22 deletions

View File

@ -3,6 +3,7 @@ http = 0.0.0.0:8000
chdir = /app
wsgi-file = passbook/root/wsgi.py
processes = 4
master = true
threads = 2
enable-threads = true
uid = passbook