Skip to content

Commit

Permalink
Allow to use any image as database docker image in kubernetes deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
slawosz committed Sep 26, 2023
1 parent 1518020 commit a4e786a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/application/config/development_Terrafile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
aks:
source: "https://github.com/DFE-Digital/terraform-modules"
version: "main"
source: "https://github.com/slawosz/terraform-modules"
version: "kubernetes-db-config"
2 changes: 2 additions & 0 deletions terraform/application/database.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ module "postgres" {
azure_enable_monitoring = var.enable_monitoring
azure_enable_backup_storage = var.enable_postgres_backup_storage
server_version = "14"
server_docker_image = "postgis/postgis:14-3.4"
azure_extensions = ["POSTGIS"]
}


Expand Down

0 comments on commit a4e786a

Please sign in to comment.