Skip to content

Commit 1925683

Browse files
committed
fix(release): add PR number for linter
Signed-off-by: Clement Phu <clement.phu@hotmail.fr>
1 parent 01b276d commit 1925683

7 files changed

Lines changed: 67 additions & 13 deletions

File tree

internal/xds/translator/testdata/out/xds-ir/jwt-allow-missing-or-failed.clusters.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,16 @@
4747
- circuitBreakers:
4848
thresholds:
4949
- maxRetries: 1024
50+
clusterType:
51+
name: envoy.cluster.dns
52+
typedConfig:
53+
'@type': type.googleapis.com/envoy.extensions.clusters.dns.v3.DnsCluster
54+
dnsLookupFamily: V4_PREFERRED
55+
dnsRefreshRate: 30s
56+
respectDnsTtl: true
5057
commonLbConfig: {}
5158
connectTimeout: 10s
5259
dnsLookupFamily: V4_PREFERRED
53-
dnsRefreshRate: 30s
5460
ignoreHealthOnHostRemoval: true
5561
loadAssignment:
5662
clusterName: localhost_443
@@ -75,7 +81,6 @@
7581
localityWeightedLbConfig: {}
7682
name: localhost_443
7783
perConnectionBufferLimitBytes: 32768
78-
respectDnsTtl: true
7984
transportSocket:
8085
name: envoy.transport_sockets.tls
8186
typedConfig:
@@ -85,4 +90,3 @@
8590
trustedCa:
8691
filename: /etc/ssl/certs/ca-certificates.crt
8792
sni: localhost
88-
type: STRICT_DNS

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)