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 beef7c7 commit bd500e2
Showing 1 changed file with 9 additions and 20 deletions.
29 changes: 9 additions & 20 deletions .github/helm/values/values-readreplica.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

defaults:
logging:
level: info
level: debug
networkPolicy:
enabled: true
gateway:
Expand All @@ -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
Expand Down

0 comments on commit bd500e2

Please sign in to comment.