policy(minor): add data class for policy request

This commit is contained in:
Jens Langhammer
2019-10-03 10:45:31 +02:00
parent f58bc61999
commit 64b75cab84
9 changed files with 207 additions and 263 deletions

View File

@ -59,11 +59,7 @@ spec:
- --http 0.0.0.0:8000
- --wsgi-file passbook/root/wsgi.py
- --master
- --processes 24
- --threads 2
- --offload-threads 4
- --stats 0.0.0.0:8001
- --stats-http
- --enable-threads
envFrom:
- configMapRef:
name: {{ include "passbook.fullname" . }}-config