Compare commits

...

2 commits

Author SHA1 Message Date
ec0d71af65 Update dashboard Prometheus ( 5 → 6 ) 2024-11-27 22:34:32 +00:00
65022cdf10
testing restore/backup 2024-11-27 16:24:31 -06:00
4 changed files with 37 additions and 7 deletions

View file

@ -8,9 +8,22 @@ spec:
mariaDbRef: mariaDbRef:
name: mariadb name: mariadb
timeZone: "America/Chicago" timeZone: "America/Chicago"
schedule: # schedule:
cron: "0 * * * *" # cron: "0 * * * *"
suspend: false # suspend: false
stagingStorage:
persistentVolumeClaim:
storageClassName: openebs-hostpath
resources:
requests:
storage: 6Gi
accessModes:
- ReadWriteOnce
podSecurityContext:
runAsUser: 568
runAsGroup: 568
fsGroup: 568
fsGroupChangePolicy: OnRootMismatch
storage: storage:
s3: s3:
endpoint: s3.hsn.dev endpoint: s3.hsn.dev

View file

@ -11,9 +11,9 @@ spec:
storage: storage:
size: 5Gi size: 5Gi
storageClassName: openebs-hostpath storageClassName: openebs-hostpath
bootstrapFrom: # bootstrapFrom:
backupRef: # backupRef:
name: mariadb-backup # name: mariadb-backup
maxScale: maxScale:
enabled: true enabled: true
kubernetesService: kubernetesService:

View file

@ -0,0 +1,17 @@
---
# yaml-language-server: $schema=https://ks.hsn.dev/k8s.mariadb.com/restore_v1alpha1.json
apiVersion: k8s.mariadb.com/v1alpha1
kind: Restore
metadata:
name: restore
spec:
mariaDbRef:
name: mariadb
namespace: database
backupRef:
name: mariadb-backup
podSecurityContext:
runAsUser: 568
runAsGroup: 568
fsGroup: 568
fsGroupChangePolicy: OnRootMismatch

View file

@ -239,7 +239,7 @@ spec:
prometheus: prometheus:
# renovate: depName="Prometheus" # renovate: depName="Prometheus"
gnetId: 19105 gnetId: 19105
revision: 5 revision: 6
datasource: Prometheus datasource: Prometheus
victoria-agent: victoria-agent:
# renovate: depName="VictoriaMetrics - vmagent" # renovate: depName="VictoriaMetrics - vmagent"