mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
* Copied MariaDB from old name and change to new name Adding Backup, SqlJobs, Grant, Database and User Signed-off-by: Mikael Sennerholm <mikael@sennerholm.net> * Set progressing as default Signed-off-by: Mikael Sennerholm <mikael@sennerholm.net> --------- Signed-off-by: Mikael Sennerholm <mikael@sennerholm.net> Co-authored-by: pasha-codefresh <pavel@codefresh.io>
27 lines
561 B
YAML
27 lines
561 B
YAML
apiVersion: k8s.mariadb.com/v1alpha1
|
|
kind: MariaDB
|
|
metadata:
|
|
name: mariadb-server
|
|
spec:
|
|
rootPasswordSecretKeyRef:
|
|
name: mariadb
|
|
key: root-password
|
|
image:
|
|
repository: mariadb
|
|
tag: "10.7.4"
|
|
pullPolicy: IfNotPresent
|
|
port: 3306
|
|
volumeClaimTemplate:
|
|
resources:
|
|
requests:
|
|
storage: 100Mi
|
|
storageClassName: standard
|
|
accessModes:
|
|
- ReadWriteOnce
|
|
status:
|
|
conditions:
|
|
- lastTransitionTime: '2023-04-20T15:31:15Z'
|
|
message: Error creating ConfigMap
|
|
reason: Failed
|
|
status: 'False'
|
|
type: Ready
|