From c1c0ae870725e6952189ecaa01db8bc556916a22 Mon Sep 17 00:00:00 2001 From: Morten Olsen Date: Sat, 3 Jan 2026 08:45:29 +0100 Subject: [PATCH] add db to baikal --- apps/charts/baikal/templates/database.yaml | 1 + apps/charts/baikal/values.yaml | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 apps/charts/baikal/templates/database.yaml diff --git a/apps/charts/baikal/templates/database.yaml b/apps/charts/baikal/templates/database.yaml new file mode 100644 index 0000000..8a7fad4 --- /dev/null +++ b/apps/charts/baikal/templates/database.yaml @@ -0,0 +1 @@ +{{ include "common.database" . }} diff --git a/apps/charts/baikal/values.yaml b/apps/charts/baikal/values.yaml index 252644c..5f5c7c0 100644 --- a/apps/charts/baikal/values.yaml +++ b/apps/charts/baikal/values.yaml @@ -15,7 +15,11 @@ container: port: 80 healthProbe: type: tcpSocket - port: http # Use named port + port: http # Use named port + +# Database configuration +database: + enabled: true # Service configuration service: