Open
Conversation
Collaborator
Author
|
@teslajoy @parkergray221 FYI. @lbeckman314 can you review? |
Collaborator
Testing Steps 🌀0. Prerequisites
|
lbeckman314
requested changes
Jan 24, 2025
Collaborator
|
Note to self: Still need to run |
adds ingress
lbeckman314
approved these changes
Feb 25, 2025
| : "${DATABASE_TIER:?Need to set DATABASE_TIER}" | ||
| : "${DATABASE_VERSION:?Need to set DATABASE_VERSION}" | ||
|
|
||
| Possibility of only logging in if user is not already authenticated (avoids browser opening every debugging run)? |
Collaborator
There was a problem hiding this comment.
This line should be removed or commented out:
➜ ./create_hapi_k8s_postgres.sh
./create_hapi_k8s_postgres.sh: line 15: syntax error near unexpected token `('
parkergray221
approved these changes
Mar 4, 2025
lbeckman314
approved these changes
Mar 4, 2025
| gcloud container clusters create "${CLUSTER_NAME}" \ | ||
| --project="${PROJECT_ID}" \ | ||
| --region="${REGION}" \ | ||
| --cluster-autoscaling \ |
Collaborator
There was a problem hiding this comment.
Changed --cluster-autoscaling to --enable-autoscaling to resolve this error:
➜ ./create_hapi_k8s.sh
ERROR: (gcloud.container.clusters.create) unrecognized arguments: --cluster-autoscaling (did you mean '--enable-autoscaling'?)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Description
This PR moves the HAPI service to Google Kubernetes Engine (GKE) and POSTGRES database to Cloud SQL for PostgreSQL
Summary
This PR introduces the initial commit of the project files, including environment configuration, deployment scripts, and documentation. Note that these files are untested and may require further validation and adjustments.
Changes
Environment Variables:
.env-k8s-sampleto define necessary environment variables for the project.Shell Scripts:
create_hapi_k8s_postgres.sh:create_hapi_k8s.sh:deploy_hapi_k8s.sh:Documentation:
google-fhir-proxy/README.mdto provide an overview of the Google FHIR Proxy, its functionality, and setup instructions.Additional Notes
Known issues