Update skaffold.yaml

`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.
This commit is contained in:
Olivier Cervello 2018-08-16 15:26:34 -05:00 committed by GitHub
parent fad711b2db
commit a7a3bb7e03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,8 @@ kind: Config
build:
tagPolicy:
gitCommit: {}
googleCloudBuild:
diskSizeGb: 300
artifacts:
- imageName: gcr.io/microservices-demo-app/emailservice
workspace: src/emailservice