GrupoTP-37/inventory/gcp.yml
2023-12-05 19:43:44 +00:00

23 lines
723 B
YAML

---
all:
vars:
# GKE cluster variables
gcp_project: swift-handler-352114 # ID of GCP Project
gcp_auth_kind: serviceaccount # Do not change
gcp_cred_file: service.json # Path to service account keys (json file downloaded from GCP)
gcp_zone: us-central1-a
gcp_image_type: ubuntu_containerd
gcp_machine_type: e2-small # Can be changed if necessary
gcp_disk_size_gb: 100 # Can be changed if necessary
gcp_initial_node_count: 2 # Number of nodes to create. Can be changed if necessary
# APP variables
app_ip: <APP_SERVICE_IP> # Needs to be updated
app_port: <APP_PORT> # Needs to be updated
# Additional variables
# ...