added amd.com/gpu limits for hardware acceleration
Some checks failed
Helm Publish / publish (push) Failing after 2m19s
Some checks failed
Helm Publish / publish (push) Failing after 2m19s
This commit is contained in:
10
values.yaml
10
values.yaml
@@ -82,8 +82,8 @@ pms:
|
||||
# requests:
|
||||
# cpu: 100m
|
||||
# memory: 128Mi
|
||||
#limits:
|
||||
# amd.com/gpu: 1
|
||||
limits:
|
||||
amd.com/gpu: 1
|
||||
|
||||
# -- Security context for PMS pods
|
||||
securityContext: {}
|
||||
@@ -101,8 +101,7 @@ pms:
|
||||
shareProcessNamespace: false
|
||||
|
||||
# -- Add kubernetes liveness probe to pms container.
|
||||
livenessProbe:
|
||||
{}
|
||||
livenessProbe: {}
|
||||
# httpGet:
|
||||
# path: /identity
|
||||
# port: 32400
|
||||
@@ -112,8 +111,7 @@ pms:
|
||||
# failureThreshold: 3
|
||||
|
||||
# -- Add kubernetes readiness probe to pms container.
|
||||
readinessProbe:
|
||||
{}
|
||||
readinessProbe: {}
|
||||
# httpGet:
|
||||
# path: /identity
|
||||
# port: 32400
|
||||
|
||||
Reference in New Issue
Block a user