From 8da34eb157b0b6215db893e33f14271d89caad92 Mon Sep 17 00:00:00 2001 From: Kosuke Morimoto Date: Thu, 19 Dec 2024 15:47:44 +0900 Subject: [PATCH] fix --- .github/helm/values/values-readreplica.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/helm/values/values-readreplica.yaml b/.github/helm/values/values-readreplica.yaml index ccc2b0789c..71af881187 100644 --- a/.github/helm/values/values-readreplica.yaml +++ b/.github/helm/values/values-readreplica.yaml @@ -35,10 +35,10 @@ gateway: healths: liveness: livenessProbe: - initialDelaySeconds: 60 + initialDelaySeconds: 120 readiness: readinessProbe: - initialDelaySeconds: 60 + initialDelaySeconds: 120 agent: minReplicas: 3 maxReplicas: 10