Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update skaffold.yaml to add gcb build #24

Merged
merged 3 commits into from Aug 21, 2018

Commits on Aug 16, 2018

  1. 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.
    ocervell committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    a7a3bb7 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2018

  1. Increaes GCB VM disk space to avoid build failure

    Default VM disk size is 200 for Cloud Build, we need at least 300 to build all services.
    ocervell committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    0d6e54f View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2018

  1. Configuration menu
    Copy the full SHA
    074048e View commit details
    Browse the repository at this point in the history