mirror of
https://github.com/mariadb-operator/mariadb-operator.git
synced 2025-07-22 18:27:44 +00:00
43 lines
760 B
YAML
43 lines
760 B
YAML
apiVersion: mariadb.mmontes.io/v1alpha1
|
|
kind: MariaDB
|
|
metadata:
|
|
name: mariadb
|
|
spec:
|
|
rootPasswordSecretKeyRef:
|
|
name: mariadb
|
|
key: root-password
|
|
|
|
database: mariadb
|
|
username: mariadb
|
|
passwordSecretKeyRef:
|
|
name: mariadb
|
|
key: password
|
|
|
|
connection:
|
|
secretName: connection-mariadb
|
|
secretTemplate:
|
|
key: dsn
|
|
healthCheck:
|
|
interval: 10s
|
|
retryInterval: 3s
|
|
params:
|
|
parseTime: "true"
|
|
|
|
image:
|
|
repository: mariadb
|
|
tag: "11.0.2"
|
|
pullPolicy: IfNotPresent
|
|
|
|
port: 3306
|
|
|
|
volumeClaimTemplate:
|
|
resources:
|
|
requests:
|
|
storage: 1Gi
|
|
accessModes:
|
|
- ReadWriteOnce
|
|
|
|
service:
|
|
type: LoadBalancer
|
|
annotations:
|
|
metallb.universe.tf/loadBalancerIPs: 172.18.0.20 |