From a8570f9aa45adf01ab3cb1e6b4d334bd3cfdc4c4 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sun, 22 Feb 2026 15:44:31 +0100 Subject: [PATCH] Remove old crds and operator --- .../templates/mariadb-operator-crds-helm.yaml | 21 --------------- apps/templates/mariadb-operator-helm.yaml | 26 ------------------- apps/templates/mbgwp-helm.yaml | 17 ++++++------ 3 files changed, 9 insertions(+), 55 deletions(-) delete mode 100644 apps/templates/mariadb-operator-crds-helm.yaml delete mode 100644 apps/templates/mariadb-operator-helm.yaml diff --git a/apps/templates/mariadb-operator-crds-helm.yaml b/apps/templates/mariadb-operator-crds-helm.yaml deleted file mode 100644 index 4d5bd94..0000000 --- a/apps/templates/mariadb-operator-crds-helm.yaml +++ /dev/null @@ -1,21 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: mariadb-operator-crds - namespace: argocd -spec: - destination: - namespace: mariadb-system - server: https://kubernetes.default.svc - project: default - source: - chart: mariadb-operator-crds - repoURL: https://mariadb-operator.github.io/mariadb-operator - targetRevision: 25.10.4 - syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=true - - ServerSideApply=true diff --git a/apps/templates/mariadb-operator-helm.yaml b/apps/templates/mariadb-operator-helm.yaml deleted file mode 100644 index e7ba116..0000000 --- a/apps/templates/mariadb-operator-helm.yaml +++ /dev/null @@ -1,26 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: mariadb-operator - namespace: argocd -spec: - destination: - namespace: mariadb-system - server: https://kubernetes.default.svc - project: default - source: - chart: mariadb-operator - repoURL: https://mariadb-operator.github.io/mariadb-operator - targetRevision: 25.10.4 - helm: - values: | - metrics: - enabled: true - serviceMonitor: - enabled: false - syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=true diff --git a/apps/templates/mbgwp-helm.yaml b/apps/templates/mbgwp-helm.yaml index a2ff49d..f3188a2 100644 --- a/apps/templates/mbgwp-helm.yaml +++ b/apps/templates/mbgwp-helm.yaml @@ -22,6 +22,7 @@ spec: security: allowInsecureImages: true mariadb: + enabled: false image: repository: bitnamilegacy/mariadb service: @@ -91,6 +92,14 @@ spec: existingSecret: wordpress-credentials wordpressUsername: rubenhensen smtpExistingSecret: wordpress-credentials + + externalDatabase: + host: mbgwp-mariadb + port: 3306 + user: bn_wordpress + database: bitnami_wordpress + existingSecret: mbgwp-mariadb-credentials + existingSecretPasswordKey: password customHTAccessCM: prod-wordpress-cm resourcesPreset: "small" livenessProbe: @@ -111,11 +120,3 @@ spec: - CreateNamespace=true automated: selfHeal: true - ignoreDifferences: - - group: apps - kind: StatefulSet - name: mbgwp-helm-mariadb - namespace: mbgwp - jsonPointers: - - /spec/template/spec/containers/0/livenessProbe - - /spec/template/spec/containers/0/readinessProbe