From 6921533ab3cb09b629b77ef5a531d59cbba5c4d9 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Sun, 15 Sep 2024 16:11:14 +0200 Subject: init repo --- yaml/cas-config.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 yaml/cas-config.yaml (limited to 'yaml/cas-config.yaml') 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" -- cgit v1.2.3-18-g5258