Files
observability/uptime-kuma/helm-values.yaml
Mayne0213 699b31cc67 FEAT(repo): add uptime kuma for service monitoring
- Add Uptime Kuma Helm chart deployment (dirsigler/uptime-kuma v2.24.0)
- Configure ingress for kuma0213.kro.kr
- Enable ServiceMonitor for Prometheus integration
- Use local-path storage class with 1Gi
2026-01-05 00:40:01 +09:00

33 lines
432 B
YAML

image:
tag: "1"
service:
type: ClusterIP
port: 3001
persistence:
enabled: true
size: 1Gi
storageClass: "local-path"
accessMode: ReadWriteOnce
resources:
requests:
cpu: 50m
memory: 128Mi
limits:
memory: 256Mi
livenessProbe:
enabled: true
initialDelaySeconds: 180
readinessProbe:
enabled: true
initialDelaySeconds: 10
serviceMonitor:
enabled: true
namespace: prometheus
interval: 60s