Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kmrmt committed Dec 19, 2024
1 parent d872637 commit ce899a4
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/helm/values/values-readreplica.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce899a4

Please sign in to comment.