Update heartbeat and poll interval values in values.yaml

- Increased HEARTBEAT_TTL from 20 to 30 for improved responsiveness.
- Adjusted POLL_INTERVAL from 5 to 10 to optimize polling frequency.
This commit is contained in:
vitor-aignosi
2025-05-05 11:23:16 -03:00
parent 342535b7e7
commit 229305402a

View File

@@ -145,11 +145,11 @@ env:
name: redis name: redis
key: redis-password key: redis-password
- name: LEASE_TTL - name: LEASE_TTL
value: "10"
- name: HEARTBEAT_TTL
value: "20" value: "20"
- name: HEARTBEAT_TTL
value: "30"
- name: POLL_INTERVAL - name: POLL_INTERVAL
value: "5" value: "10"
ssh: ssh: