Skip to content

Commit

Permalink
Update MariaDB seed CR
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gu <[email protected]>
  • Loading branch information
tylergu committed Sep 11, 2024
1 parent 9f68ca3 commit 05b924d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions data/mariadb-operator/v0.30.0/cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,13 @@ spec:
key: password
database: mariadb

image: docker-registry1.mariadb.com/library/mariadb:11.4.3
imagePullPolicy: IfNotPresent
imagePullSecrets:
- name: registry # run 'make registry-secret' to generate a secret from ~/.docker/config.json

port: 3306

storage:
size: 1Gi
storageClassName: standard
resizeInUseVolumes: true
waitForVolumeResize: true
volumes:
- name: mariabackup
persistentVolumeClaim:
claimName: mariabackup
volumeMounts:
- name: mariabackup
mountPath: /var/mariadb/backup/

connection:
secretName: connection-mariadb
Expand Down

0 comments on commit 05b924d

Please sign in to comment.