Revert mounting-in card via smarter-devices

This commit is contained in:
Jack Jackson 2025-02-08 12:29:41 -08:00
parent 668e1c01bb
commit a5f24642ae

View File

@ -63,11 +63,14 @@ ingress:
# - chart-example.local # - chart-example.local
# https://github.com/kubernetes/kubernetes/issues/7890#issuecomment-766088805 # https://github.com/kubernetes/kubernetes/issues/7890#issuecomment-766088805
resources: resources: {}
requests: # requests:
smarter-devices/dri_card0: 1 # smarter-devices/dri_card0: 1
limits: # limits:
smarter-devices/dri_card0: 1 # smarter-devices/dri_card0: 1
#
# ---
#
# We usually recommend not to specify default resources and to leave this as a conscious # We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little # choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following # resources, such as Minikube. If you do want to specify resources, uncomment the following