mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-23 01:24:36 +07:00
29 lines
624 B
YAML
29 lines
624 B
YAML
|
argo-cd:
|
||
|
server:
|
||
|
metrics: &metrics
|
||
|
enabled: false
|
||
|
serviceMonitor:
|
||
|
enabled: false
|
||
|
controller:
|
||
|
metrics: *metrics
|
||
|
repoServer:
|
||
|
metrics: *metrics
|
||
|
redis:
|
||
|
metrics: *metrics
|
||
|
argocd-apps:
|
||
|
applicationsets:
|
||
|
root:
|
||
|
generators:
|
||
|
- git:
|
||
|
repoURL: &repoURL https://github.com/khuedoan/homelab
|
||
|
revision: &revision master
|
||
|
directories:
|
||
|
- path: system/*
|
||
|
- path: platform/*
|
||
|
- path: apps/*
|
||
|
template:
|
||
|
spec:
|
||
|
source:
|
||
|
repoURL: *repoURL
|
||
|
targetRevision: *revision
|