From 9e3aff2e2a88f7b95b4c785a1af6084c09621d53 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Wed, 18 Sep 2024 11:20:04 +0200 Subject: Reorganize files in folders --- yaml/configs/cas.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 yaml/configs/cas.yaml (limited to 'yaml/configs/cas.yaml') diff --git a/yaml/configs/cas.yaml b/yaml/configs/cas.yaml new file mode 100644 index 0000000..a7aa9d8 --- /dev/null +++ b/yaml/configs/cas.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