Files
infra-monitoring/monitoring.yaml
qorgh529 5fc12246b5 Update monitoring.yaml
기존 재미나이->클로드 변경(26.04.06)
2026-04-06 05:34:47 +00:00

45 lines
1.1 KiB
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: kube-prometheus-stack
namespace: argocd
spec:
project: default
source:
repoURL: https://prometheus-community.github.io/helm-charts
chart: kube-prometheus-stack
targetRevision: 61.3.1
helm:
values: |
grafana:
adminPassword: "kw39ut0529-="
service:
type: NodePort
nodePort: 32000
grafana.ini:
server:
root_url: http://localhost:32000
prometheus:
prometheusSpec:
retention: 10d
storageSpec:
volumeClaimTemplate:
spec:
accessModes: ["ReadWriteOnce"]
resources:
requests:
storage: 10Gi
prometheus-node-exporter:
enabled: true
hostRootFsMount:
enabled: false
destination:
server: https://kubernetes.default.svc
namespace: monitoring
syncPolicy:
automated:
prune: true
selfHeal: true
createNamespace: true