From 525f80f8c24d06eb9cd50a6ce7dfb8a14f571fc1 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sun, 22 Feb 2026 19:28:41 +0100 Subject: [PATCH] Change db config --- apps/templates/mbgwp-official-helm.yaml | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/apps/templates/mbgwp-official-helm.yaml b/apps/templates/mbgwp-official-helm.yaml index e7de49b..6bfbea8 100644 --- a/apps/templates/mbgwp-official-helm.yaml +++ b/apps/templates/mbgwp-official-helm.yaml @@ -23,19 +23,12 @@ spec: tag: "6.9.1-apache" pullPolicy: IfNotPresent - # External MariaDB database (operator-managed) - # Note: Database password comes from extraEnvSecrets - externalDatabase: - host: mbgwp-mariadb - name: bitnami_wordpress - user: bn_wordpress + # Disable embedded MariaDB + mariadb: + enabled: false - # Database secret reference - # This will mount the secret as environment variables - extraEnvSecrets: - - mbgwp-mariadb-credentials - - # Additional environment variables + # Database configuration via environment variables + # Using external MariaDB (operator-managed) env: - name: WORDPRESS_DB_HOST value: "mbgwp-mariadb:3306"