Skip to content

Commit

Permalink
BC-8627 major valkey update
Browse files Browse the repository at this point in the history
  • Loading branch information
Loki-Afro committed Jan 3, 2025
1 parent a9b0669 commit 3cf6817
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ansible/roles/tldraw-valkey/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
cpu: "{{ TLDRAW_VALKEY_CPU_REQUESTS|default('100m', true) }}"
memory: "{{ TLDRAW_VALKEY_MEMORY_REQUESTS|default('1Gi', true) }}"
primary:
readinessProbe:
timeoutSeconds: 5
resources:
limits:
cpu: "{{ TLDRAW_VALKEY_CPU_LIMITS|default('1000m', true) }}"
Expand All @@ -40,9 +42,6 @@
auth:
existingSecret: tldraw-valkey-password
existingSecretPasswordKey: REDIS_SENTINEL_PASSWORD
master:
readinessProbe:
timeoutSeconds: 5
sentinel:
enabled: true
readinessProbe:
Expand Down

0 comments on commit 3cf6817

Please sign in to comment.