Add atat-uat namespace to kubernetes

Mostly duplicates the staging environment. In the future I hope to use
some sort of templating to reduce the duplication.
This commit is contained in:
Patrick Smith
2018-10-09 16:54:59 -04:00
parent c3461c5a91
commit 8f24c9bf1e
4 changed files with 285 additions and 0 deletions

View File

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