File tree 1 file changed +3
-3
lines changed
server/plugins/kubedeploy
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -615,7 +615,7 @@ func (x *KubeDeploy) doDeploy(e agent.Event) error {
615
615
PeriodSeconds : 10 ,
616
616
SuccessThreshold : 1 ,
617
617
FailureThreshold : 3 ,
618
- TimeoutSeconds : 1 ,
618
+ TimeoutSeconds : 3 ,
619
619
Handler : v1.Handler {
620
620
TCPSocket : & v1.TCPSocketAction {
621
621
Port : intstr.IntOrString {IntVal : myPort },
@@ -627,7 +627,7 @@ func (x *KubeDeploy) doDeploy(e agent.Event) error {
627
627
PeriodSeconds : 20 ,
628
628
SuccessThreshold : 1 ,
629
629
FailureThreshold : 3 ,
630
- TimeoutSeconds : 1 ,
630
+ TimeoutSeconds : 3 ,
631
631
Handler : v1.Handler {
632
632
TCPSocket : & v1.TCPSocketAction {
633
633
Port : intstr.IntOrString {IntVal : myPort },
@@ -662,7 +662,7 @@ func (x *KubeDeploy) doDeploy(e agent.Event) error {
662
662
PeriodSeconds : 20 ,
663
663
SuccessThreshold : 1 ,
664
664
FailureThreshold : 3 ,
665
- TimeoutSeconds : 1 ,
665
+ TimeoutSeconds : 3 ,
666
666
Handler : v1.Handler {
667
667
Exec : & v1.ExecAction {
668
668
Command : runThis ,
You can’t perform that action at this time.
0 commit comments