cluster working

This commit is contained in:
Tiago Sousa 2023-12-05 19:43:44 +00:00
parent be0e75b733
commit cf6b296221

View file

@ -3,9 +3,9 @@ all:
vars:
# GKE cluster variables
gcp_project: <project_name> # ID of GCP Project
gcp_project: swift-handler-352114 # ID of GCP Project
gcp_auth_kind: serviceaccount # Do not change
gcp_cred_file: <path_service_account> # Path to service account keys (json file downloaded from GCP)
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
@ -20,4 +20,4 @@ all:
# Additional variables
# ...
# ...