cluster

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

commit ee8a3a1bc090f0fe1316c962207964278e97b7f1
parent ff4d4c4941a55f1c1f743977e15594e401fc98bd
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Mon,  4 Aug 2025 13:36:29 +0200

Prepare GTS

Diffstat:
Mapps/talos_cluster/gotosocial/release.yaml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/talos_cluster/gotosocial/release.yaml b/apps/talos_cluster/gotosocial/release.yaml @@ -67,7 +67,7 @@ spec: - containerPort: 8080 livenessProbe: httpGet: - path: / + path: /livez port: 8080 initialDelaySeconds: 30 periodSeconds: 10 @@ -76,7 +76,7 @@ spec: failureThreshold: 3 readinessProbe: httpGet: - path: / + path: /readyz port: 8080 initialDelaySeconds: 30 periodSeconds: 10