Files
atst/deploy/kubernetes/uat/atst-envvars-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

11 lines
230 B
YAML

---
apiVersion: v1
kind: ConfigMap
metadata:
name: atst-envvars
namespace: atat-uat
data:
FLASK_ENV: dev
OVERRIDE_CONFIG_FULLPATH: /opt/atat/atst/atst-overrides.ini
UWSGI_CONFIG_FULLPATH: /opt/atat/atst/uwsgi-config.ini