home-server/deployments/mariadb-operator.yaml

15 lines
393 B
YAML
Raw Normal View History

2025-06-30 15:39:01 +10:00
apiVersion: fleet.cattle.io/v1alpha1
kind: HelmChart
metadata:
name: mariadb-operator
namespace: fleet-local
spec:
chart: mariadb-operator/mariadb-operator
repo: https://mariadb.github.io/mariadb-operator/charts
version: 0.7.0 # specify the version you want
targetNamespace: mariadb-operator
set:
persistence.enabled: true
persistence.size: 10Gi
replicas: 3