Skip to content

Commit

Permalink
Merge pull request #9 from hl7au/feature/dev-rename
Browse files Browse the repository at this point in the history
rebuild without ps test kit for prod and update dev to new domain
  • Loading branch information
projkov authored Jan 27, 2025
2 parents b087ebe + 4961406 commit f8d23a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 18 deletions.
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.

0 comments on commit f8d23a2

Please sign in to comment.