cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 2059d8dee58c6702e0f03ed036662299cc54ec09
parent 9cf663d546ab13a4f1ce3de38f6d6dc8ed87c159
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 26 Mar 2025 16:22:06 +0100

Add uptime-kuma

Diffstat:
Mapps/base/uptime-kuma/release.yaml | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/apps/base/uptime-kuma/release.yaml b/apps/base/uptime-kuma/release.yaml @@ -15,11 +15,11 @@ spec: spec: containers: - name: uptime-kuma - image: louislam/uptime-kuma:1.23.16 + image: louislam/uptime-kuma:1.23.16-debian imagePullPolicy: IfNotPresent resources: limits: - memory: "128Mi" + memory: "700Mi" cpu: "500m" ports: - containerPort: 3001 @@ -36,6 +36,8 @@ spec: httpGet: path: / port: 3001 + scheme: HTTP + httpHeaders: [] initialDelaySeconds: 10 periodSeconds: 10 timeoutSeconds: 5