Files
atst/deploy/kubernetes/uat/atst-configmap.yml
Patrick Smith 8f24c9bf1e 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.
2018-10-09 17:16:06 -04:00

16 lines
284 B
YAML

---
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