File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 11release /*
22.build-harness
3- build-harness /
3+ build-harness /
4+ .idea
5+ * .iml
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ releases:
2424 pullPolicy : Always
2525 pullSecrets :
2626 - " pull-secret"
27- replicaCount : 10
27+ replicaCount : 2
2828 # Deployment configuration
2929 deployment :
3030 enabled : true
@@ -80,7 +80,7 @@ releases:
8080 port : default
8181 scheme : HTTP
8282 periodSeconds : 5
83- initialDelaySeconds : 0
83+ initialDelaySeconds : 2
8484 timeoutSeconds : 5
8585 successThreshold : 1
8686 failureThreshold : 3
@@ -92,8 +92,8 @@ releases:
9292 path : /healthz
9393 port : default
9494 scheme : HTTP
95- periodSeconds : 3
96- initialDelaySeconds : 0
95+ periodSeconds : 5
96+ initialDelaySeconds : 2
9797 timeoutSeconds : 5
9898 successThreshold : 1
9999 failureThreshold : 2
@@ -104,4 +104,4 @@ releases:
104104 cpu : 100m
105105 limits :
106106 memory : 10Mi
107- cpu : 100m
107+ cpu : 100m
You can’t perform that action at this time.
0 commit comments