From ce899a4602869cdbbcadfa0bf3506c13340be147 Mon Sep 17 00:00:00 2001 From: Kosuke Morimoto Date: Thu, 19 Dec 2024 16:58:33 +0900 Subject: [PATCH] fix --- .github/helm/values/values-readreplica.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.github/helm/values/values-readreplica.yaml b/.github/helm/values/values-readreplica.yaml index 8a2f1e3cf7..c42ebd8521 100644 --- a/.github/helm/values/values-readreplica.yaml +++ b/.github/helm/values/values-readreplica.yaml @@ -39,6 +39,25 @@ 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 agent: minReplicas: 3 maxReplicas: 10