Compare commits
No commits in common. "5d050ae413ec4f31e1d0624d655eee2756f1bcbe" and "65d6fa9e8b6d5c9a1ce3cb4f8f2ff250d252762c" have entirely different histories.
5d050ae413
...
65d6fa9e8b
4 changed files with 0 additions and 68 deletions
|
@ -1,21 +0,0 @@
|
|||
---
|
||||
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
|
|
@ -1,21 +0,0 @@
|
|||
---
|
||||
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
|
|
@ -1,21 +0,0 @@
|
|||
---
|
||||
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,11 +44,6 @@ spec:
|
|||
namespace: home-server
|
||||
wave: 7
|
||||
|
||||
- name: deploy-monitoring
|
||||
path: applications/70-monitoring
|
||||
namespace: home-server
|
||||
wave: 8
|
||||
|
||||
template:
|
||||
metadata:
|
||||
name: "{{.name}}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue