Skip to content

Commit

Permalink
update nrp cms config
Browse files Browse the repository at this point in the history
  • Loading branch information
kondratyevd committed Jan 29, 2025
1 parent 90490cb commit 882782e
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions values/values-nautilus-cms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ triton:
--exit-timeout-secs=60 \
--backend-config=onnxruntime,enable-global-threadpool=1
resources:
limits: { cpu: 2, memory: 16G}
requests: { cpu: 2, memory: 16G}
limits: { cpu: 2, memory: 4G}
requests: { cpu: 2, memory: 4G}
modelRepository:
enabled: true
storageType: cvmfs-pvc
Expand All @@ -37,9 +37,9 @@ triton:
# - Tesla-T4
# - NVIDIA-A10
# - NVIDIA-GeForce-RTX-3090
- NVIDIA-GeForce-RTX-4090
# - NVIDIA-GeForce-RTX-4090
# - NVIDIA-TITAN-RTX
# - NVIDIA-RTX-A5000
- NVIDIA-RTX-A5000
# - Quadro-RTX-6000
# - Tesla-V100-SXM2-32GB
# - NVIDIA-A40
Expand All @@ -51,7 +51,10 @@ envoy:
enabled: true
prometheus:
external: false
serverLoadThreshold: 10
url: prometheus.nrp-nautilus.io
port: 443
scheme: https
serverLoadThreshold: 100
ingress:
enabled: true
hostName: prometheus-cms.nrp-nautilus.io
Expand All @@ -78,7 +81,7 @@ ingress:
haproxy-ingress.github.io/health-check-rise-count: "1"

nodeSelector:
topology.kubernetes.io/zone: ucsd
topology.kubernetes.io/zone: cwru

grafana:
enabled: true
Expand Down

0 comments on commit 882782e

Please sign in to comment.