Skip to content

Commit

Permalink
fix: explicitly restrict nvidia resource request
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Butler <[email protected]>
  • Loading branch information
butler54 committed May 17, 2024
1 parent 1b6cf21 commit e4aa805
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/all/rhoai/templates/kueueclusterqueue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ spec:
nominalQuota: 8
- name: "memory"
nominalQuota: 64Gi
- name: "nvidia.com/gpu"
nominalQuota: 0
## Default example covering generic nvidia gpus
# - coveredResources: ["cpu", "memory", "nvidia.com/gpu"]
# flavors:
Expand Down
4 changes: 4 additions & 0 deletions common/hashicorp-vault/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ vault:
server:
logLevel: "debug"
logFormat: "json"
auditStorage:
enabled: true
# Size of the PVC created
size: 100Gi
extraEnvironmentVars:
VAULT_CACERT: /var/run/secrets/kubernetes.io/serviceaccount/service-ca.crt
VAULT_ADDR: https://vault.vault.svc.cluster.local:8200
Expand Down

0 comments on commit e4aa805

Please sign in to comment.