refactor(system): split Loki to a separate namespace

This commit is contained in:
Khue Doan 2021-12-05 11:35:44 +07:00
parent 13be494455
commit e06434c2b1
3 changed files with 7 additions and 3 deletions

7
system/loki/Chart.yaml Normal file
View 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
View File

View 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