summaryrefslogtreecommitdiff
path: root/yaml/cas-config.yaml
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-09-15 16:11:14 +0200
committerSanto Cariotti <santo@dcariotti.me>2024-09-15 16:11:14 +0200
commit6921533ab3cb09b629b77ef5a531d59cbba5c4d9 (patch)
tree5bc74dfaa913c8db9d909af336e139f1630d4ce3 /yaml/cas-config.yaml
init repo
Diffstat (limited to 'yaml/cas-config.yaml')
-rw-r--r--yaml/cas-config.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/yaml/cas-config.yaml b/yaml/cas-config.yaml
new file mode 100644
index 0000000..a7aa9d8
--- /dev/null
+++ b/yaml/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"