fix this thing, but db error on startup

This commit is contained in:
Afonso Franco 2023-11-06 20:04:20 +00:00
parent 367397f39c
commit 2e272eb147
Signed by: afonso
SSH key fingerprint: SHA256:JiuxZNdA5bRWXPMUJChI0AQ75yC+cXY4xM0IaVwEVys
13 changed files with 5 additions and 2 deletions

23
inventory/gcp.yml Normal file
View file

@ -0,0 +1,23 @@
---
all:
vars:
# GKE cluster variables
gcp_project: <project_name> # 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_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
# ...