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

Add Cloud Run v1 Multi-Container Example with New Fields #7971

Merged
merged 4 commits into from
May 18, 2023

Commits on May 17, 2023

  1. cloudrun: Add container name field for Services

    Adds the template.spec.containers.name field for specifying container
    names in Cloud Run v1 Services.
    ian-mi committed May 17, 2023
    Configuration menu
    Copy the full SHA
    13b67de View commit details
    Browse the repository at this point in the history
  2. cloudrun: Update the description of the Service containers field

    Updates the description of the Cloud Run v1 Service field
    template.spec.containers to reflect that the field is repeated and to
    remove other obsolete information.
    ian-mi committed May 17, 2023
    Configuration menu
    Copy the full SHA
    b0e4e4f View commit details
    Browse the repository at this point in the history
  3. cloudrun: Add empty dir volume type for Services

    Adds the beta template.spec.volumes.empty_dir field for configuring
    ephemeral volumes in Cloud Run v1 Services.
    ian-mi committed May 17, 2023
    Configuration menu
    Copy the full SHA
    1c5b854 View commit details
    Browse the repository at this point in the history
  4. cloudrun: Add multi-container Service example

    Adds an example google_cloud_run_service resource with multiple
    containers and a shared empty dir volume. Container dependencies are
    specified as a json encoded annotation.
    ian-mi committed May 17, 2023
    Configuration menu
    Copy the full SHA
    0903371 View commit details
    Browse the repository at this point in the history