added amd.com/gpu limits for hardware acceleration
Some checks failed
Helm Publish / publish (push) Failing after 2m19s

This commit is contained in:
2025-12-16 17:59:35 +11:00
parent ba0ae300ea
commit 3a4d13893b

View File

@@ -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