diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-09-06 16:09:25 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-09-06 16:09:25 +0200 |
commit | ff68c8cd24baef66ebb038d237b8f501c84edde5 (patch) | |
tree | a719191dce466a03244a705337f58c8f83f6f926 /k8s/cas-config.yaml | |
parent | c4ef50c1f566b86c8892fa344ade8d5ca66fb93b (diff) |
Add script and configuration for Kubernetes
Diffstat (limited to 'k8s/cas-config.yaml')
-rw-r--r-- | k8s/cas-config.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/k8s/cas-config.yaml b/k8s/cas-config.yaml new file mode 100644 index 0000000..a7aa9d8 --- /dev/null +++ b/k8s/cas-config.yaml @@ -0,0 +1,8 @@ +apiVersion: v1 +kind: ConfigMap +metadata: + name: cas-config +data: + RUST_LOG: ${RUST_LOG} + DATABASE_URL: "postgres://postgres:password@postgres-service:5432/gis" + ALLOWED_HOST: "0.0.0.0:8000" |