Skip to content

Commit

Permalink
Fix: ArgoCD 정상화 - loki 오류
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 bb8f0e2 commit 5ae8659
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 122 deletions.
12 changes: 6 additions & 6 deletions charts/jsvill-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ dependencies:
- name: kube-prometheus-stack
version: 58.4.0
repository: https://prometheus-community.github.io/helm-charts
# - name: loki
# version: 6.5.0
# repository: https://grafana.github.io/helm-charts
# - name: promtail
# version: 6.15.5
# repository: https://grafana.github.io/helm-charts
- name: loki
version: 6.5.0
repository: https://grafana.github.io/helm-charts
- name: promtail
version: 6.15.5
repository: https://grafana.github.io/helm-charts
27 changes: 0 additions & 27 deletions charts/jsvill-chart/templates/loki.yaml

This file was deleted.

35 changes: 0 additions & 35 deletions charts/jsvill-chart/templates/prometheus.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions charts/jsvill-chart/templates/promtail.yaml

This file was deleted.

76 changes: 38 additions & 38 deletions charts/jsvill-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,41 +5,41 @@ prometheus:
adminUser: sean
adminPassword: '1730'

#loki:
# enabled: true
# schemaConfig:
# configs:
# - from: 2024-05-07
# store: boltdb-shipper
# object_store: filesystem
# schema: v11
# index:
# prefix: index_
# period: 24h
# minio:
# enabled: false
# loki:
# auth_enabled: false
# write:
# persistence:
# size: 3Gi
# read:
# persistence:
# size: 3Gi
# backend:
# persistence:
# size: 3Gi
# monitoring:
# selfMonitoring:
# grafanaAgent:
# installOperator: false
#
#promtail:
# scrape_configs:
# - job_name: jsvill-logs
# static_configs:
# - targets:
# - localhost
# labels:
# job: jsvill-helm
# __path__: /var/log/contains/*.log
loki:
enabled: true
schemaConfig:
configs:
- from: 2024-05-07
store: boltdb-shipper
object_store: filesystem
schema: v11
index:
prefix: index_
period: 24h
minio:
enabled: false
loki:
auth_enabled: false
write:
persistence:
size: 3Gi
read:
persistence:
size: 3Gi
backend:
persistence:
size: 3Gi
monitoring:
selfMonitoring:
grafanaAgent:
installOperator: false

promtail:
scrape_configs:
- job_name: jsvill-logs
static_configs:
- targets:
- localhost
labels:
job: jsvill-helm
__path__: /var/log/contains/*.log

0 comments on commit 5ae8659

Please sign in to comment.