Skip to content

Commit

Permalink
rebuild without ps test kit for prod and update dev to new domain
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleOps committed Jan 9, 2025
1 parent 6ccef20 commit 912c96d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 17 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
4 changes: 2 additions & 2 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:a107cc70f56e7bd5d24724c95d3160de8900ae69" # use the image that is not tagged with -nginx
platformImageUri = "ghcr.io/hl7au/au-fhir-inferno:a107cc70f56e7bd5d24724c95d3160de8900ae69-nginx" # use the image that IS tagged with -nginx
usesWrapper = true
cluster_name = "sparked-k8s"
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 912c96d

Please sign in to comment.