basic test config

This commit is contained in:
dandds
2018-11-29 09:29:46 -05:00
parent 976dfe3f1a
commit 80124e8925
5 changed files with 339 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
---
apiVersion: v1
kind: ConfigMap
metadata:
name: atst-config
namespace: atat-test
data:
uwsgi-config: |-
[uwsgi]
callable = app
module = app
socket = /var/run/uwsgi/uwsgi.socket
plugins = python3
virtualenv = /opt/atat/atst/.venv
chmod-socket = 666