home-server/applications.old/30-databases/databases.yaml

43 lines
1.1 KiB
YAML
Raw Normal View History

2025-08-14 00:12:49 +10:00
---
apiVersion: argoproj.io/v1alpha1
kind: ApplicationSet
metadata:
name: home-server-databases
namespace: argocd
spec:
goTemplate: true
generators:
- list:
elements:
- name: mariadb-operators
2025-08-14 01:08:59 +10:00
path: applications/30-databases/mariadb-operators
2025-08-14 00:12:49 +10:00
wave: 1
2025-08-14 00:20:23 +10:00
- name: mariadb-database
2025-08-14 01:08:59 +10:00
path: applications/30-databases/mariadb-database
2025-08-14 00:20:23 +10:00
wave: 2
2025-08-16 08:14:44 +00:00
- name: postgresql
path: applications/30-databases/postgresql
wave: 2
2025-08-16 05:19:53 +00:00
- name: redis
path: applications/30-databases/redis
wave: 2
2025-08-14 00:12:49 +10:00
template:
metadata:
name: '{{.name}}'
spec:
project: default
source:
repoURL: 'https://repobase.net/j/home-server.git'
targetRevision: HEAD
path: '{{.path}}'
destination:
server: 'https://kubernetes.default.svc'
namespace: database
syncPolicy:
automated:
prune: false
2025-08-14 00:12:49 +10:00
selfHeal: true
syncOptions:
- CreateNamespace=true
- SyncWave={{.wave}}