Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rebuild without ps test kit for prod and update dev to new domain #9

Merged
merged 2 commits into from
Jan 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion infra/aws-impl/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ resource "helm_release" "inferno" {
# External domain: if prod => "inferno.hl7.org.au"
set {
name = "ingress.hostnames[1]"
value = var.environment == "prod" ? "inferno.hl7.org.au" : "${var.environment}.inferno.hl7.org.au"
value = var.environment == "prod" ? "inferno.hl7.org.au" : "inferno.${var.environment}.hl7.org.au"
}

set {
Expand Down
6 changes: 3 additions & 3 deletions infra/aws-impl/tfvars/dev.tfvars
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name = "inferno"
environment = "dev"
# imageUrl = "ghcr.io/hl7au/au-fhir-core-inferno:3a85fb439cbdf07a94de868ec16fa84a2f4982ca" # old working core image
imageUrl = "ghcr.io/hl7au/au-fhir-inferno:473d92b2fbe8e78ec36f43ffdc1fb827b4f82445" # new inferno image that has core bundled in?
platformImageUri = "ghcr.io/hl7au/au-fhir-inferno:7a99baaf50e18e201e95f7ca91477bc41da0cda8-nginx"
imageUrl = "ghcr.io/hl7au/au-fhir-inferno:b087ebecc0512846da5cc5465d18f4cfc423632c" # use the image that is not tagged with -nginx
platformImageUri = "ghcr.io/hl7au/au-fhir-inferno:b087ebecc0512846da5cc5465d18f4cfc423632c-nginx" # use the image that IS tagged with -nginx
usesWrapper = true
cluster_name = "sparked-k8s"
vpc_name = "sparked-k8s-vpc"
vpc_name = "sparked-k8s-vpc"
14 changes: 0 additions & 14 deletions web/_test_kits/au-ps.md

This file was deleted.

Loading