cluster

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

commit fda8f9b8f9c3ea3773794addef06aeab869d7a79
parent f563151c3ff2239174fe2f024a5d0a3c0e6431e3
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon,  7 Oct 2024 02:11:36 +0200

Fix ports

Diffstat:
Mapps/base/cachet/sync_deployment.yaml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/base/cachet/sync_deployment.yaml b/apps/base/cachet/sync_deployment.yaml @@ -44,14 +44,14 @@ spec: livenessProbe: httpGet: path: /healthz - port: appservice + port: http scheme: HTTP initialDelaySeconds: 15 periodSeconds: 10 startupProbe: httpGet: path: /healthz - port: appservice + port: http initialDelaySeconds: 15 failureThreshold: 30 periodSeconds: 10