File tree Expand file tree Collapse file tree
release-notes/current/new_features Expand file tree Collapse file tree File renamed without changes.
Original file line number Diff line number Diff line change @@ -465,12 +465,21 @@ spec:
465465 value : cluster.local
466466 image : docker.io/envoyproxy/gateway-dev:latest
467467 imagePullPolicy : Always
468+ startupProbe :
469+ failureThreshold : 30
470+ httpGet :
471+ path : /healthz
472+ port : 8081
473+ periodSeconds : 1
474+ successThreshold : 1
475+ timeoutSeconds : 1
468476 livenessProbe :
469477 httpGet :
470478 path : /healthz
471479 port : 8081
472- initialDelaySeconds : 15
473480 periodSeconds : 20
481+ successThreshold : 1
482+ timeoutSeconds : 1
474483 name : envoy-gateway
475484 ports :
476485 - containerPort : 18000
@@ -487,8 +496,9 @@ spec:
487496 httpGet :
488497 path : /readyz
489498 port : 8081
490- initialDelaySeconds : 5
491499 periodSeconds : 10
500+ successThreshold : 1
501+ timeoutSeconds : 1
492502 resources :
493503 limits :
494504 memory : 1024Mi
Original file line number Diff line number Diff line change @@ -465,12 +465,21 @@ spec:
465465 value : cluster.local
466466 image : docker.io/envoyproxy/gateway-dev:latest
467467 imagePullPolicy : Always
468+ startupProbe :
469+ failureThreshold : 30
470+ httpGet :
471+ path : /healthz
472+ port : 8081
473+ periodSeconds : 1
474+ successThreshold : 1
475+ timeoutSeconds : 1
468476 livenessProbe :
469477 httpGet :
470478 path : /healthz
471479 port : 8081
472- initialDelaySeconds : 15
473480 periodSeconds : 20
481+ successThreshold : 1
482+ timeoutSeconds : 1
474483 name : envoy-gateway
475484 ports :
476485 - containerPort : 18000
@@ -487,8 +496,9 @@ spec:
487496 httpGet :
488497 path : /readyz
489498 port : 8081
490- initialDelaySeconds : 5
491499 periodSeconds : 10
500+ successThreshold : 1
501+ timeoutSeconds : 1
492502 resources :
493503 limits :
494504 memory : 1024Mi
Original file line number Diff line number Diff line change @@ -470,12 +470,21 @@ spec:
470470 value : cluster.local
471471 image : docker.io/envoyproxy/gateway-dev:latest
472472 imagePullPolicy : Always
473+ startupProbe :
474+ failureThreshold : 30
475+ httpGet :
476+ path : /healthz
477+ port : 8081
478+ periodSeconds : 1
479+ successThreshold : 1
480+ timeoutSeconds : 1
473481 livenessProbe :
474482 httpGet :
475483 path : /healthz
476484 port : 8081
477- initialDelaySeconds : 15
478485 periodSeconds : 20
486+ successThreshold : 1
487+ timeoutSeconds : 1
479488 name : envoy-gateway
480489 ports :
481490 - containerPort : 18000
@@ -492,8 +501,9 @@ spec:
492501 httpGet :
493502 path : /readyz
494503 port : 8081
495- initialDelaySeconds : 5
496504 periodSeconds : 10
505+ successThreshold : 1
506+ timeoutSeconds : 1
497507 resources :
498508 limits :
499509 memory : 1024Mi
Original file line number Diff line number Diff line change @@ -465,12 +465,21 @@ spec:
465465 value : cluster.local
466466 image : docker.io/envoyproxy/gateway-dev:latest
467467 imagePullPolicy : Always
468+ startupProbe :
469+ failureThreshold : 30
470+ httpGet :
471+ path : /healthz
472+ port : 8081
473+ periodSeconds : 1
474+ successThreshold : 1
475+ timeoutSeconds : 1
468476 livenessProbe :
469477 httpGet :
470478 path : /healthz
471479 port : 8081
472- initialDelaySeconds : 15
473480 periodSeconds : 20
481+ successThreshold : 1
482+ timeoutSeconds : 1
474483 name : envoy-gateway
475484 ports :
476485 - containerPort : 18000
@@ -487,8 +496,9 @@ spec:
487496 httpGet :
488497 path : /readyz
489498 port : 8081
490- initialDelaySeconds : 5
491499 periodSeconds : 10
500+ successThreshold : 1
501+ timeoutSeconds : 1
492502 resources :
493503 limits :
494504 memory : 1024Mi
Original file line number Diff line number Diff line change @@ -465,12 +465,21 @@ spec:
465465 value : cluster.local
466466 image : docker.io/envoyproxy/gateway-dev:latest
467467 imagePullPolicy : Always
468+ startupProbe :
469+ failureThreshold : 30
470+ httpGet :
471+ path : /healthz
472+ port : 8081
473+ periodSeconds : 1
474+ successThreshold : 1
475+ timeoutSeconds : 1
468476 livenessProbe :
469477 httpGet :
470478 path : /healthz
471479 port : 8081
472- initialDelaySeconds : 15
473480 periodSeconds : 20
481+ successThreshold : 1
482+ timeoutSeconds : 1
474483 name : envoy-gateway
475484 ports :
476485 - containerPort : 18000
@@ -487,8 +496,9 @@ spec:
487496 httpGet :
488497 path : /readyz
489498 port : 8081
490- initialDelaySeconds : 5
491499 periodSeconds : 10
500+ successThreshold : 1
501+ timeoutSeconds : 1
492502 resources :
493503 limits :
494504 memory : 1024Mi
You can’t perform that action at this time.
0 commit comments