mirror of
https://github.com/mariadb-operator/mariadb-operator.git
synced 2025-07-31 21:08:45 +00:00
47 lines
800 B
YAML
47 lines
800 B
YAML
apiVersion: k8s.mariadb.com/v1alpha1
|
|
kind: MariaDB
|
|
metadata:
|
|
name: mariadb-galera
|
|
spec:
|
|
rootPasswordSecretKeyRef:
|
|
name: mariadb
|
|
key: root-password
|
|
|
|
username: mariadb
|
|
passwordSecretKeyRef:
|
|
name: mariadb
|
|
key: password
|
|
database: mariadb
|
|
|
|
storage:
|
|
size: 1Gi
|
|
|
|
replicas: 3
|
|
|
|
galera:
|
|
enabled: true
|
|
|
|
service:
|
|
type: LoadBalancer
|
|
metadata:
|
|
annotations:
|
|
metallb.universe.tf/loadBalancerIPs: 172.18.0.150
|
|
|
|
primaryService:
|
|
type: LoadBalancer
|
|
metadata:
|
|
annotations:
|
|
metallb.universe.tf/loadBalancerIPs: 172.18.0.160
|
|
|
|
secondaryService:
|
|
type: LoadBalancer
|
|
metadata:
|
|
annotations:
|
|
metallb.universe.tf/loadBalancerIPs: 172.18.0.161
|
|
|
|
metrics:
|
|
enabled: true
|
|
|
|
tls:
|
|
enabled: true
|
|
required: true |