Skip to content

Commit a9e1873

Browse files
authored
Merge branch 'develop' into ppawl-merge-main-release-0.10.1
2 parents 8259007 + c0fb3f6 commit a9e1873

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/xpk/core/kueue.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,14 +244,16 @@
244244
periodSeconds: 10
245245
resources:
246246
limits:
247-
cpu: 500m
247+
cpu: 750m
248248
memory: {memory_limit_size}
249249
requests:
250-
cpu: 500m
250+
cpu: 750m
251251
memory: 512Mi
252252
securityContext:
253253
allowPrivilegeEscalation: false
254254
volumeMounts:
255+
- mountPath: /visibility
256+
name: visibility
255257
- mountPath: /tmp/k8s-webhook-server/serving-certs
256258
name: cert
257259
readOnly: true
@@ -263,6 +265,8 @@
263265
serviceAccountName: kueue-controller-manager
264266
terminationGracePeriodSeconds: 10
265267
volumes:
268+
- name: visibility
269+
emptyDir: {{}}
266270
- name: cert
267271
secret:
268272
defaultMode: 420

0 commit comments

Comments
 (0)