mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-23 01:14:38 +07:00
refactor(system): split Loki to a separate namespace
This commit is contained in:
parent
13be494455
commit
e06434c2b1
7
system/loki/Chart.yaml
Normal file
7
system/loki/Chart.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
apiVersion: v2
|
||||
name: loki
|
||||
version: 0.0.0
|
||||
dependencies:
|
||||
- name: loki-stack
|
||||
version: 2.5.0
|
||||
repository: https://grafana.github.io/helm-charts
|
0
system/loki/values.yaml
Normal file
0
system/loki/values.yaml
Normal file
@ -5,6 +5,3 @@ dependencies:
|
||||
- name: kube-prometheus-stack
|
||||
version: 20.0.1
|
||||
repository: https://prometheus-community.github.io/helm-charts
|
||||
- name: loki-stack
|
||||
version: 2.5.0
|
||||
repository: https://grafana.github.io/helm-charts
|
||||
|
Loading…
Reference in New Issue
Block a user