Skip to content

Commit

Permalink
Fix: ArgoCD 정상화 - schema_config 설정 오류
Browse files Browse the repository at this point in the history
Related to: #15
  • Loading branch information
Sean-creative committed May 7, 2024
1 parent 9d739b1 commit e166d33
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions charts/jsvill-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ prometheus:
adminPassword: '1730'

loki:
enabled: true
schema_config:
configs:
- from: 2020-10-24
store: boltdb-shipper
object_store: filesystem
schema: v11
index:
prefix: index_
period: 24h
minio:
enabled: true
size: 3Gi
Expand Down

0 comments on commit e166d33

Please sign in to comment.