We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20ee1c3 commit fa1f7efCopy full SHA for fa1f7ef
1 file changed
rust/operator-binary/src/resource/statefulset.rs
@@ -693,17 +693,19 @@ pub fn build_controller_rolegroup_statefulset(
693
port: IntOrString::Int(kafka_security.client_port().into()),
694
..Default::default()
695
}),
696
- timeout_seconds: Some(5),
697
- period_seconds: Some(5),
+ timeout_seconds: Some(10),
+ period_seconds: Some(10),
698
+ failure_threshold: Some(6),
699
..Probe::default()
700
})
701
.readiness_probe(Probe {
702
tcp_socket: Some(TCPSocketAction {
703
704
705
706
707
708
709
710
});
711
0 commit comments