Skip to content

Commit 44cd56c

Browse files
format
Signed-off-by: Ryan Hristovski <[email protected]>
1 parent 55fb09b commit 44cd56c

File tree

10 files changed

+20
-18
lines changed

10 files changed

+20
-18
lines changed

internal/envoygateway/config/testdata/decoder/in/gateway-ratelimit.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ provider:
1616
value: env_b_value
1717
image: envoyproxy/ratelimit:latest
1818
resources:
19+
limits:
20+
memory: 512Mi
1921
requests:
2022
cpu: 100m
2123
memory: 512Mi

internal/infrastructure/kubernetes/ratelimit/testdata/deployments/default.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ spec:
103103
successThreshold: 1
104104
timeoutSeconds: 1
105105
resources:
106+
limits:
107+
memory: 512Mi
106108
requests:
107109
cpu: 100m
108110
memory: 512Mi
109-
limits:
110-
memory: 512Mi
111111
securityContext:
112112
allowPrivilegeEscalation: false
113113
capabilities:

internal/infrastructure/kubernetes/ratelimit/testdata/deployments/disable-prometheus.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ spec:
9393
successThreshold: 1
9494
timeoutSeconds: 1
9595
resources:
96+
limits:
97+
memory: 512Mi
9698
requests:
9799
cpu: 100m
98100
memory: 512Mi
99-
limits:
100-
memory: 512Mi
101101
securityContext:
102102
allowPrivilegeEscalation: false
103103
capabilities:

internal/infrastructure/kubernetes/ratelimit/testdata/deployments/enable-tracing-custom.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,11 @@ spec:
118118
successThreshold: 1
119119
timeoutSeconds: 1
120120
resources:
121+
limits:
122+
memory: 512Mi
121123
requests:
122124
cpu: 100m
123125
memory: 512Mi
124-
limits:
125-
memory: 512Mi
126126
securityContext:
127127
allowPrivilegeEscalation: false
128128
capabilities:

internal/infrastructure/kubernetes/ratelimit/testdata/deployments/enable-tracing.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,11 @@ spec:
118118
successThreshold: 1
119119
timeoutSeconds: 1
120120
resources:
121+
limits:
122+
memory: 512Mi
121123
requests:
122124
cpu: 100m
123125
memory: 512Mi
124-
limits:
125-
memory: 512Mi
126126
securityContext:
127127
allowPrivilegeEscalation: false
128128
capabilities:

internal/infrastructure/kubernetes/ratelimit/testdata/deployments/merge-annotations.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@ spec:
105105
successThreshold: 1
106106
timeoutSeconds: 1
107107
resources:
108+
limits:
109+
memory: 512Mi
108110
requests:
109111
cpu: 100m
110112
memory: 512Mi
111-
limits:
112-
memory: 512Mi
113113
securityContext:
114114
allowPrivilegeEscalation: false
115115
capabilities:

internal/infrastructure/kubernetes/ratelimit/testdata/deployments/merge-labels.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@ spec:
105105
successThreshold: 1
106106
timeoutSeconds: 1
107107
resources:
108+
limits:
109+
memory: 512Mi
108110
requests:
109111
cpu: 100m
110112
memory: 512Mi
111-
limits:
112-
memory: 512Mi
113113
securityContext:
114114
allowPrivilegeEscalation: false
115115
capabilities:

internal/infrastructure/kubernetes/ratelimit/testdata/deployments/patch-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ spec:
103103
successThreshold: 1
104104
timeoutSeconds: 1
105105
resources:
106+
limits:
107+
memory: 512Mi
106108
requests:
107109
cpu: 100m
108110
memory: 512Mi
109-
limits:
110-
memory: 512Mi
111111
securityContext:
112112
allowPrivilegeEscalation: false
113113
capabilities:

internal/infrastructure/kubernetes/ratelimit/testdata/deployments/with-node-selector.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ spec:
103103
successThreshold: 1
104104
timeoutSeconds: 1
105105
resources:
106+
limits:
107+
memory: 512Mi
106108
requests:
107109
cpu: 100m
108110
memory: 512Mi
109-
limits:
110-
memory: 512Mi
111111
securityContext:
112112
allowPrivilegeEscalation: false
113113
capabilities:

internal/infrastructure/kubernetes/ratelimit/testdata/deployments/with-topology-spread-constraints.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ spec:
103103
successThreshold: 1
104104
timeoutSeconds: 1
105105
resources:
106+
limits:
107+
memory: 512Mi
106108
requests:
107109
cpu: 100m
108110
memory: 512Mi
109-
limits:
110-
memory: 512Mi
111111
securityContext:
112112
allowPrivilegeEscalation: false
113113
capabilities:

0 commit comments

Comments
 (0)