Skip to content

Commit

Permalink
GCP - Fix resource declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrildiagne committed Oct 25, 2019
1 parent 0cf3331 commit 3d98da7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions providers/gcp/app_dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ spec:
spec:
containers:
- image: $app_image
# resources:
# limits:
# nvidia.com/gpu: 1
resources:
limits:
nvidia.com/gpu: 1
volumeMounts:
- name: secret
readOnly: true
Expand Down

0 comments on commit 3d98da7

Please sign in to comment.