nim
This commit is contained in:
@@ -17,6 +17,10 @@ nimService:
|
||||
existingAuthSecret: ""
|
||||
authSecret: ngc-api
|
||||
|
||||
# If existingPVC is set, the PVC with this name will be used
|
||||
# If empty, a new PVC will be created with the configuration in storage.pvc
|
||||
existingPVC: ""
|
||||
|
||||
# NGC API Key for authentication
|
||||
ngcAPIKey: ""
|
||||
|
||||
@@ -28,11 +32,15 @@ nimService:
|
||||
|
||||
# Storage configuration
|
||||
storage:
|
||||
# PVC configuration for creating a new PVC
|
||||
# These settings are used when existingPVC is empty
|
||||
pvc:
|
||||
create: true
|
||||
storageClass: longhorn
|
||||
size: 30Gi
|
||||
volumeAccessMode: ReadWriteMany
|
||||
# Set to true when using an existing PVC that should be mounted as read-only
|
||||
# This is recommended when existingPVC is set
|
||||
readOnly: true
|
||||
|
||||
# Resource requirements
|
||||
resources:
|
||||
|
||||
Reference in New Issue
Block a user