mirror of
https://github.com/mariadb-operator/mariadb-operator.git
synced 2025-07-22 18:27:44 +00:00
27 lines
431 B
YAML
27 lines
431 B
YAML
apiVersion: mariadb.mmontes.io/v1alpha1
|
|
kind: MariaDB
|
|
metadata:
|
|
name: mariadb
|
|
spec:
|
|
rootPasswordSecretKeyRef:
|
|
name: mariadb
|
|
key: root-password
|
|
|
|
image:
|
|
repository: mariadb
|
|
tag: "11.0.2"
|
|
pullPolicy: IfNotPresent
|
|
|
|
port: 3306
|
|
|
|
volumeClaimTemplate:
|
|
resources:
|
|
requests:
|
|
storage: 1Gi
|
|
accessModes:
|
|
- ReadWriteOnce
|
|
|
|
myCnfConfigMapKeyRef:
|
|
name: mariadb-my-cnf
|
|
key: config
|