From bd500e2748cb8beac3c47de4652652f38f92556b Mon Sep 17 00:00:00 2001 From: Kosuke Morimoto Date: Thu, 19 Dec 2024 15:25:41 +0900 Subject: [PATCH] fix --- .github/helm/values/values-readreplica.yaml | 29 +++++++-------------- 1 file changed, 9 insertions(+), 20 deletions(-) diff --git a/.github/helm/values/values-readreplica.yaml b/.github/helm/values/values-readreplica.yaml index d6386c5c38..ccc2b0789c 100644 --- a/.github/helm/values/values-readreplica.yaml +++ b/.github/helm/values/values-readreplica.yaml @@ -16,7 +16,7 @@ defaults: logging: - level: info + level: debug networkPolicy: enabled: true gateway: @@ -31,25 +31,14 @@ gateway: memory: 50Mi gateway_config: index_replica: 3 - initContainers: - - type: wait-for - name: wait-for-discoverer - target: discoverer - image: busybox:stable - imagePullPolicy: Always - sleepDuration: 2 - - type: wait-for - name: wait-for-agent - target: agent - image: busybox:stable - imagePullPolicy: Always - sleepDuration: 2 - - type: wait-for - name: wait-for-agent-readreplica - target: agent-readreplica - image: busybox:stable - imagePullPolicy: Always - sleepDuration: 2 + server_config: + healths: + liveness: + livenessProbe: + initialDelaySeconds: 60 + readiness: + readinessProbe: + initialDelaySeconds: 60 agent: minReplicas: 3 maxReplicas: 10