From 1e6f43d97fb7d56b8e233a81250f917291e551b2 Mon Sep 17 00:00:00 2001 From: jessebot Date: Thu, 23 Jan 2025 10:37:32 +0100 Subject: [PATCH] set default liveness/readiness probes for the ci test --- charts/pixelfed/test-values/postgresql-plain.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/charts/pixelfed/test-values/postgresql-plain.yaml b/charts/pixelfed/test-values/postgresql-plain.yaml index 3cc7bf5..4d6790a 100644 --- a/charts/pixelfed/test-values/postgresql-plain.yaml +++ b/charts/pixelfed/test-values/postgresql-plain.yaml @@ -27,3 +27,13 @@ postgresql: postgresPassword: testing1234567 username: pixelfed database: pixelfed + +livenessProbe: + httpGet: + path: /api/service/health-check + port: http + +readinessProbe: + httpGet: + path: /api/service/health-check + port: http