Add Google Cloud K3s infrastructure support
- Add Terraform configuration for GCP instance and storage - Add startup script for K3s installation and configuration - Add pipeline scripts for deployment and management - Add Forgejo deployment manifests and configuration
This commit is contained in:
parent
7384722305
commit
2ab7872af1
30 changed files with 1024 additions and 324 deletions
14
gcloud/tf/terraform.tfvars.example
Normal file
14
gcloud/tf/terraform.tfvars.example
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
// Your GCP project name
|
||||
// it will be refererred as the project id
|
||||
// in Google Cloud
|
||||
// ----------------------------------
|
||||
project_name = "<your gpc project name>"
|
||||
|
||||
// application name
|
||||
app_name = "your-projects-k3s-cluster"
|
||||
|
||||
// where to deploy to
|
||||
// region
|
||||
region = "us-central1"
|
||||
zone = "us-central1-a"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue