Skip to content

Commit

Permalink
Update skaffold.yaml
Browse files Browse the repository at this point in the history
`skaffold run` will fail while building the `cartservice` with a 'No Space Left on Device Error'
Increasing the disk allocated for the build (default 200GB) to get rid of this error.
  • Loading branch information
ocervell authored Aug 16, 2018
1 parent fad711b commit a7a3bb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ kind: Config
build:
tagPolicy:
gitCommit: {}
googleCloudBuild:
diskSizeGb: 300
artifacts:
- imageName: gcr.io/microservices-demo-app/emailservice
workspace: src/emailservice
Expand Down

0 comments on commit a7a3bb7

Please sign in to comment.