Skip to content

Commit

Permalink
Fix incorrectly formatted yaml (GoogleCloudPlatform#1582)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan O'Leary <[email protected]>
  • Loading branch information
ryanaoleary authored Jan 6, 2025
1 parent 7b98ba8 commit a4e9346
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions ai-ml/gke-ray/rayserve/stable-diffusion/ray-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,16 @@ spec:
name: serve
resources:
limits:
cpu: "2"
ephemeral-storage: "15Gi"
memory: "8Gi"
requests:
cpu: "2"
ephemeral-storage: "15Gi"
memory: "8Gi"
nodeSelector:
cloud.google.com/machine-family: c3d
cpu: "2"
ephemeral-storage: "15Gi"
memory: "8Gi"
requests:
cpu: "2"
ephemeral-storage: "15Gi"
memory: "8Gi"
nodeSelector:
cloud.google.com/compute-class: Performance
cloud.google.com/machine-family: c3d
workerGroupSpecs:
- replicas: 1
minReplicas: 1
Expand Down

0 comments on commit a4e9346

Please sign in to comment.