diff --git a/charts/pixelfed/test-values/postgresql-plain.yaml b/charts/pixelfed/test-values/postgresql-plain.yaml index 4d6790a..861b9ea 100644 --- a/charts/pixelfed/test-values/postgresql-plain.yaml +++ b/charts/pixelfed/test-values/postgresql-plain.yaml @@ -29,11 +29,21 @@ postgresql: database: pixelfed livenessProbe: + initialDelaySeconds: 10 + periodSeconds: 10 + timeoutSeconds: 5 + failureThreshold: 3 + successThreshold: 1 httpGet: path: /api/service/health-check port: http readinessProbe: + initialDelaySeconds: 10 + periodSeconds: 10 + timeoutSeconds: 5 + failureThreshold: 3 + successThreshold: 1 httpGet: path: /api/service/health-check port: http