Skip to content

Commit

Permalink
🔀 :: loki chart 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaisqls committed Dec 1, 2023
1 parent 7376547 commit b989b25
Show file tree
Hide file tree
Showing 120 changed files with 11 additions and 21,682 deletions.
4 changes: 2 additions & 2 deletions apps/loki-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ description: A Helm chart for loki-stack
home: https://github.com/grafana
dependencies:
- name: "loki"
repository: "https://team-xquare.github.io/k8s-resource"
version: "5.20.3"
repository: "https://grafana.github.io/helm-charts"
version: "5.26.0"
- name: "promtail"
repository: "https://grafana.github.io/helm-charts"
version: "6.15.1"
12 changes: 9 additions & 3 deletions apps/loki-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ loki:
backend:
replicas: 3
persistence:
enabled: false
volumeClaimsEnabled: false
dataVolumeParameters:
emptyDir: {}
resources:
requests:
cpu: 10m
Expand All @@ -48,10 +50,14 @@ loki:
requests:
cpu: 10m
memory: 64Mi
persistence:
volumeClaimsEnabled: false
dataVolumeParameters:
emptyDir: {}
deployment:
isScalable: true
read:
replicas: 3
persistence:
enabled: false
resources:
requests:
cpu: 10m
Expand Down
1 change: 0 additions & 1 deletion charts/loki/.gitignore

This file was deleted.

32 changes: 0 additions & 32 deletions charts/loki/.helmignore

This file was deleted.

Loading

0 comments on commit b989b25

Please sign in to comment.