mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-16 18:02:55 +02:00
25f4dbf000
- Remove namespace from kustomization.yaml (was putting Apps in wrong namespace) - Change destination to argocd namespace (Application resources must be there) - Add labels for tracking parent app
MariaDB Operator
This folder contains the MariaDB operator installation for the cluster.
Components
- operator-crds-helm.yaml: Installs MariaDB operator CRDs (v25.10.4)
- operator-helm.yaml: Installs MariaDB operator (v25.10.4)
- kustomization.yaml: Kustomize manifest for organizing resources
Configuration
- Namespace:
mariadb-system - Chart Repository: https://mariadb-operator.github.io/mariadb-operator
- Chart Version: 25.10.4
- Metrics: Enabled (ServiceMonitor disabled - Prometheus Operator not installed)
Managed By
ArgoCD Application: mariadb-operator-install (defined in /apps/templates/mariadb-operator-folder.yaml)
Usage
MariaDB instances are created using the MariaDB CRD in application namespaces.
See /mbgwp/mariadb-cluster.yaml for an example.