replace postgres by mariadb

This commit is contained in:
Tobias Brunner 2024-03-01 22:45:17 +01:00
parent c88e2de838
commit 8aca766055
Signed by: tobru
SSH key fingerprint: SHA256:kywVhvCA+MIxL6eBgoQa+BfC/ROJqcfD2bpy1PR6Ebk
5 changed files with 7 additions and 7 deletions

View file

@ -29,7 +29,7 @@ data:
- 10.42.0.0/16
recorder:
db_url: postgresql://hass:hass@postgresql.postgresql/hass
db_url: mysql://hass:hass@mariadb.mariadb/hass?charset=utf8mb4
purge_keep_days: 90
automation: !include automations.yaml

View file

@ -1,28 +1,28 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: postgresql
name: mariadb
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: apps-camper
sources:
- chart: bitnamicharts/postgresql
- chart: bitnamicharts/mariadb
repoURL: docker.io
targetRevision: 14.2.3
targetRevision: 16.4.0
helm:
values: |
global:
storageClass: local-path
auth:
existingSecret: postgresql-secret
- path: apps/camper/postgresql
existingSecret: mariadb-secret
- path: apps/camper/mariadb
repoURL: https://git.tbrnt.ch/tobru/gitops-zurrli.git
targetRevision: HEAD
destination:
name: camper
namespace: postgresql
namespace: mariadb
syncPolicy:
syncOptions:
- ServerSideApply=true