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:
15
deploy/kubernetes/uat/atst-configmap.yml
Normal file
15
deploy/kubernetes/uat/atst-configmap.yml
Normal 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
|
Reference in New Issue
Block a user