mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
26 lines
822 B
Markdown
26 lines
822 B
Markdown
# 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.
|