Skip to content

Commit 7a245e4

Browse files
cleman95zirain
authored andcommitted
fix(release): add PR number for linter
Signed-off-by: Clement Phu <clement.phu@hotmail.fr>
1 parent 3a80be6 commit 7a245e4

6 files changed

Lines changed: 60 additions & 10 deletions

release-notes/current/new_features/startup-probe-helm-deployment.md renamed to release-notes/current/new_features/8820-startupProbe-envoy-gateway-deployment.md

File renamed without changes.

test/helm/gateway-helm/certgen-pod-securitycontext.out.yaml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff 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

test/helm/gateway-helm/deployment-pod-securitycontext.out.yaml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff 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

test/helm/gateway-helm/deployment-strategy.out.yaml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff 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

test/helm/gateway-helm/deployment-wasm-cache-volume.out.yaml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff 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

test/helm/gateway-helm/safe-upgrade-policy-disabled.out.yaml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)