@thomas.solbjor her er "import" av tofu fra ditt repo med justeringer for å tilpasse patterns her. Også minimalisert til å kun opprette cluster, ingen managed services som postgres etc. Ta en titt. Co-authored-by: Danijel Simeunovic <danijel.simeunovic@fortedigital.com> Reviewed-on: #15 Reviewed-by: Danijel Simeunovic <danijel.simeunovic@fortedigital.com> Co-authored-by: Ghost <> Co-committed-by: Ghost <>
10 lines
293 B
Plaintext
10 lines
293 B
Plaintext
# GCP GKE credentials — copy to gke.env and fill in values
|
|
# NEVER commit gke.env to git!
|
|
|
|
# Required
|
|
GCP_PROJECT_ID=your-gcp-project-id
|
|
GCP_REGION=europe-west4
|
|
|
|
# Optional — path to service account JSON key (if not using gcloud auth)
|
|
# GOOGLE_APPLICATION_CREDENTIALS=/path/to/sa-key.json
|