feat: loki
This commit is contained in:
parent
4ba365a53c
commit
8c52e096a7
1 changed files with 17 additions and 0 deletions
17
argo/utilities/templates/loki.yaml
Normal file
17
argo/utilities/templates/loki.yaml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: loki
|
||||||
|
namespace: argocd
|
||||||
|
labels:
|
||||||
|
utilities: kube-system
|
||||||
|
spec:
|
||||||
|
destination:
|
||||||
|
namespace: kube-system
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
project: default
|
||||||
|
source:
|
||||||
|
repoURL: https://grafana.github.io/helm-charts
|
||||||
|
targetRevision: HEAD
|
||||||
|
targetRevision: 2.10.1
|
||||||
|
chart: loki-stack
|
Loading…
Reference in a new issue