Skip to content

Commit

Permalink
Fix: ArgoCD 정상화 - loki 오류
Browse files Browse the repository at this point in the history
loki - 옵션뻬보기

Related to: #15
  • Loading branch information
Sean-creative committed May 9, 2024
1 parent 2822efe commit 05ec226
Show file tree
Hide file tree
Showing 2 changed files with 3,420 additions and 37 deletions.
79 changes: 42 additions & 37 deletions charts/jsvill-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,40 +40,45 @@ promtail:
job: jsvill-helm
__path__: /var/log/contains/*.log

loki:
namespaceOverride: "monitoring"
enabled: true
storage:
bucketNames:
chunks: "test-bucket"
schemaConfig:
configs:
- from: "2020-07-31"
index:
period: 24h
prefix: loki_ops_index_
object_store: gcs
schema: v11
store: tsdb
- from: "2022-01-20"
index:
period: 24h
prefix: loki_ops_index_
object_store: gcs
schema: v13
store: tsdb
write:
persistence:
size: 3Gi
read:
persistence:
size: 3Gi
backend:
persistence:
size: 3Gi
loki:
auth_enabled: false
monitoring:
selfMonitoring:
grafanaAgent:
installOperator: false
#loki:
# commonConfig:
# replication_factor: 1
# storage:
# type: 'filesystem'
# singleBinary:
# replicas: 1
# namespaceOverride: "monitoring"
# storage:
# bucketNames:
# chunks: "test-bucket"
# schemaConfig:
# configs:
# - from: "2020-07-31"
# index:
# period: 24h
# prefix: loki_ops_index_
# object_store: gcs
# schema: v11
# store: tsdb
# - from: "2022-01-20"
# index:
# period: 24h
# prefix: loki_ops_index_
# object_store: gcs
# schema: v13
# store: tsdb
# write:
# persistence:
# size: 3Gi
# read:
# persistence:
# size: 3Gi
# backend:
# persistence:
# size: 3Gi
# loki:
# auth_enabled: false
# monitoring:
# selfMonitoring:
# grafanaAgent:
# installOperator: false
Loading

0 comments on commit 05ec226

Please sign in to comment.