Last active
March 25, 2022 07:53
-
-
Save martin-g/669c1cafd46a458b6a99d17b70e702e3 to your computer and use it in GitHub Desktop.
Volcano Queue. See https://volcano.sh/en/docs/queue/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: scheduling.volcano.sh/v1beta1 | |
kind: Queue | |
metadata: | |
name: my-queue | |
spec: | |
weight: 1 | |
capability: | |
cpu: "6" | |
memory: "8096Mi" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment