commit dc9d264ba7b2f0ac90c95585f07fc20c7a62a34a parent 5e994be5f1549559f496a5668ce924151e1c371b Author: MTRNord <MTRNord@users.noreply.github.com> Date: Mon, 4 Aug 2025 13:49:13 +0200 Prepare GTS Diffstat:
| M | apps/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 @@ -69,7 +69,7 @@ spec: httpGet: path: /livez port: 8080 - initialDelaySeconds: 360 + initialDelaySeconds: 30 periodSeconds: 10 timeoutSeconds: 5 successThreshold: 1 @@ -78,7 +78,7 @@ spec: httpGet: path: /readyz port: 8080 - initialDelaySeconds: 360 + initialDelaySeconds: 30 periodSeconds: 10 timeoutSeconds: 5 successThreshold: 1