We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a663566 commit 34e004eCopy full SHA for 34e004e
cluster/manifests/02-skipper-validation-webhook/deployment.yaml
@@ -173,10 +173,10 @@ spec:
173
resources:
174
requests:
175
cpu: {{ .Cluster.ConfigItems.skipper_webhook_cpu }}
176
- memory: {{ .Cluster.ConfigItems.skipper_webhook_memory }}
+ memory: 256Mi # TODO clean up
177
limits:
178
179
180
ports:
181
- name: main
182
containerPort: 9085
0 commit comments