uptime-kuma-2

Garfieldttt
23.05.2026
Monitoring

Self-hosted monitoring tool for websites, services and ports

7
YAML
apiVersion: v1
kind: Pod
metadata:
  name: uptime-kuma-2
  labels:
    app: uptime-kuma-2
spec:
  restartPolicy: Always
  containers:
  - name: uptime-kuma
    image: docker.io/louislam/uptime-kuma:next
    ports:
    - hostPort: 3001
      containerPort: 3001
    volumeMounts:
    - name: vol-0
      mountPath: /app/data
  volumes:
  - name: vol-0
    persistentVolumeClaim:
      claimName: uptime-kuma-data

Comments 0

No comments yet. Be the first!

Log in to leave a comment.

Login