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:
|
# requests:
|
||||||
# cpu: 100m
|
# cpu: 100m
|
||||||
# memory: 128Mi
|
# memory: 128Mi
|
||||||
#limits:
|
limits:
|
||||||
# amd.com/gpu: 1
|
amd.com/gpu: 1
|
||||||
|
|
||||||
# -- Security context for PMS pods
|
# -- Security context for PMS pods
|
||||||
securityContext: {}
|
securityContext: {}
|
||||||
@@ -101,8 +101,7 @@ pms:
|
|||||||
shareProcessNamespace: false
|
shareProcessNamespace: false
|
||||||
|
|
||||||
# -- Add kubernetes liveness probe to pms container.
|
# -- Add kubernetes liveness probe to pms container.
|
||||||
livenessProbe:
|
livenessProbe: {}
|
||||||
{}
|
|
||||||
# httpGet:
|
# httpGet:
|
||||||
# path: /identity
|
# path: /identity
|
||||||
# port: 32400
|
# port: 32400
|
||||||
@@ -112,8 +111,7 @@ pms:
|
|||||||
# failureThreshold: 3
|
# failureThreshold: 3
|
||||||
|
|
||||||
# -- Add kubernetes readiness probe to pms container.
|
# -- Add kubernetes readiness probe to pms container.
|
||||||
readinessProbe:
|
readinessProbe: {}
|
||||||
{}
|
|
||||||
# httpGet:
|
# httpGet:
|
||||||
# path: /identity
|
# path: /identity
|
||||||
# port: 32400
|
# port: 32400
|
||||||
|
|||||||
Reference in New Issue
Block a user