Compare commits
2 commits
65d6fa9e8b
...
5d050ae413
Author | SHA1 | Date | |
---|---|---|---|
5d050ae413 | |||
2476886d4b |
4 changed files with 68 additions and 0 deletions
21
applications/70-monitoring/grafana.yaml
Normal file
21
applications/70-monitoring/grafana.yaml
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
---
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: grafana
|
||||||
|
namespace: argocd
|
||||||
|
spec:
|
||||||
|
project: default
|
||||||
|
source:
|
||||||
|
repoURL: "https://grafana.github.io/helm-charts"
|
||||||
|
chart: "grafana"
|
||||||
|
targetRevision: "9.3.2"
|
||||||
|
destination:
|
||||||
|
server: "https://kubernetes.default.svc"
|
||||||
|
namespace: monitoring
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: true
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
21
applications/70-monitoring/loki.yaml
Normal file
21
applications/70-monitoring/loki.yaml
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
---
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: grafana
|
||||||
|
namespace: argocd
|
||||||
|
spec:
|
||||||
|
project: default
|
||||||
|
source:
|
||||||
|
repoURL: "https://grafana.github.io/helm-charts"
|
||||||
|
chart: "loki"
|
||||||
|
targetRevision: "6.36.1"
|
||||||
|
destination:
|
||||||
|
server: "https://kubernetes.default.svc"
|
||||||
|
namespace: monitoring
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: true
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
21
applications/70-monitoring/prometheus.yaml
Normal file
21
applications/70-monitoring/prometheus.yaml
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
---
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: prometheus
|
||||||
|
namespace: argocd
|
||||||
|
spec:
|
||||||
|
project: default
|
||||||
|
source:
|
||||||
|
repoURL: "oci://ghcr.io/prometheus-community/charts/prometheus"
|
||||||
|
chart: "prometheus"
|
||||||
|
targetRevision: "27.31.0"
|
||||||
|
destination:
|
||||||
|
server: "https://kubernetes.default.svc"
|
||||||
|
namespace: monitoring
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: true
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
|
@ -44,6 +44,11 @@ spec:
|
||||||
namespace: home-server
|
namespace: home-server
|
||||||
wave: 7
|
wave: 7
|
||||||
|
|
||||||
|
- name: deploy-monitoring
|
||||||
|
path: applications/70-monitoring
|
||||||
|
namespace: home-server
|
||||||
|
wave: 8
|
||||||
|
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
name: "{{.name}}"
|
name: "{{.name}}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue