Skip to content

Commit

Permalink
Fix: ArgoCD 정상화 - loki 오류
Browse files Browse the repository at this point in the history
promtail, loki 지우고 시도
grafana 설정 붙이기

Related to: #15
  • Loading branch information
Sean-creative committed May 9, 2024
1 parent 47bb698 commit 3648dc0
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion charts/jsvill-chart/values.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,32 @@
image: gcr.io/single-quanta-422507-f2/jsvill-fullstack:latest

prometheus:
kube-prometheus-stack:
prometheus:
prometheusSpec:
storageSpec:
volumeClaimTemplate:
spec:
accessModes: [ "ReadWriteOnce" ]
resources:
requests:
storage: 3Gi
grafana:
grafana.ini:
server:
domain: 35.221.202.91
service:
type: LoadBalancer
loadBalancerIP: 35.221.202.91
adminUser: sean
adminPassword: '1730'
persistence:
type: pvc
enabled: true
accessModes:
- ReadWriteOnce
size: 3Gi
finalizers:
- kubernetes.io/pvc-protection

#loki:
# enabled: true
Expand Down

0 comments on commit 3648dc0

Please sign in to comment.