about summary refs log tree commit diff
path: root/bundles/geopulse/files/secret.yaml
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2026-02-23 14:30:47 +0100
committerRobert Günzler <r@gnzler.io>2026-02-23 14:30:47 +0100
commit29b57ab7cb0ab1a0c9c9261de843ddc24b81f278 (patch)
treebe0c6b4cbc36187be7dc03fe183cc6d23d94bc00 /bundles/geopulse/files/secret.yaml
parent2417f5ff024f13c8f08f579872a6b25b3293d980 (diff)
deploy geopulse
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to 'bundles/geopulse/files/secret.yaml')
-rw-r--r--bundles/geopulse/files/secret.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/bundles/geopulse/files/secret.yaml b/bundles/geopulse/files/secret.yaml
new file mode 100644
index 0000000..29de6fb
--- /dev/null
+++ b/bundles/geopulse/files/secret.yaml
@@ -0,0 +1,13 @@
+apiVersion: v1
+kind: Secret
+metadata:
+  name: geopulse
+data:
+  POSTGRES_USER: ${repo.libs.util.base64("geopulse")}
+  POSTGRES_PASSWORD: ${repo.vault.password_for("geopulse_db_pw").b64encode().value}
+  POSTGRES_DB: ${repo.libs.util.base64("geopulse")}
+  GEOPULSE_OIDC_PROVIDER_GENERIC_CLIENT_ID: ${repo.libs.util.base64("geopulse")}
+  GEOPULSE_OIDC_PROVIDER_GENERIC_CLIENT_SECRET: ${repo.vault.password_for("authelia_client_secret_geopulse").b64encode().value}
+  GEOPULSE_POSTGRES_USERNAME: ${repo.libs.util.base64("geopulse")}
+  GEOPULSE_POSTGRES_PASSWORD: ${repo.vault.password_for("geopulse_db_pw").b64encode().value}
+  GEOPULSE_POSTGRES_URL: ${repo.libs.util.base64(f"jdbc:postgresql://localhost/geopulse")}