Skip to content

Commit 34e004e

Browse files
committed
increase memory
1 parent a663566 commit 34e004e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cluster/manifests/02-skipper-validation-webhook/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,10 @@ spec:
173173
resources:
174174
requests:
175175
cpu: {{ .Cluster.ConfigItems.skipper_webhook_cpu }}
176-
memory: {{ .Cluster.ConfigItems.skipper_webhook_memory }}
176+
memory: 256Mi # TODO clean up
177177
limits:
178178
cpu: {{ .Cluster.ConfigItems.skipper_webhook_cpu }}
179-
memory: {{ .Cluster.ConfigItems.skipper_webhook_memory }}
179+
memory: 256Mi # TODO clean up
180180
ports:
181181
- name: main
182182
containerPort: 9085

0 commit comments

Comments
 (0)