https://github.com/helmless/google-cloudrun-example
A full Helmless application example deploying to Google Cloud Run.
https://github.com/helmless/google-cloudrun-example
Last synced: 4 months ago
JSON representation
A full Helmless application example deploying to Google Cloud Run.
- Host: GitHub
- URL: https://github.com/helmless/google-cloudrun-example
- Owner: helmless
- License: mit
- Created: 2025-03-28T12:26:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-02T11:54:26.000Z (about 1 year ago)
- Last Synced: 2025-04-10T17:12:02.149Z (about 1 year ago)
- Language: HCL
- Homepage: https://helmless.io
- Size: 1.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Google Cloud Run Example
This repository is an example of how to use Helmless to deploy a full application to Google Cloud Run.
It builds on and extends the [Helmless Quickstart Guide](https://helmless.io/docs/cloudrun/quickstart).
## 🌲 Structure
The repository is organized as follows:
- `terraform`: The GCP infrastructure as Terraform code.
- `helmless-chart`: The Helmless Helm application chart.
- `.github/workflows`: The Github Actions workflows for building and deploying the application.