Skip to content

Commit

Permalink
Switch request to limit
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Sep 19, 2024
1 parent ae3c982 commit 56fe351
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/k8s/whisper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ spec:
spec:
containers:
- name: scyllaridae-whisper
image: __DOCKER_REPOSITORY__/scyllaridae-whisper:whisper
image: __DOCKER_REPOSITORY__/scyllaridae-whisper:main
imagePullPolicy: IfNotPresent
resources:
requests:
memory: "256Mi"
cpu: "500m"
nvidia.com/gpu: 1
limits:
memory: "1Gi"
nvidia.com/gpu: 1
ports:
- containerPort: 8080
readinessProbe:
Expand Down

0 comments on commit 56fe351

Please sign in to comment.