Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ovn/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,8 @@ pod:
value: "false"
- name: OVN_NB_RAFT_ELECTION_TIMER
value: "1000"
- name: OVN_NORTHD_PROBE_INTERVAL
value: "30000"
ovsdb_sb:
- name: OVN_LOGLEVEL_SB
value: "-vconsole:info -vfile:info"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
other:
- |
Increase the probe interval of OVN northd for connections to the OVN Northbound and
Southbound databases from 5 seconds to 30 seconds. This enhancing service resilience
under heavy load.
Loading