Allow adminer to connect to postgres

This commit is contained in:
IamTheFij 2023-07-25 16:40:01 -07:00
parent 0ea9da3a53
commit e7c985d276
1 changed files with 2 additions and 1 deletions

View File

@ -203,7 +203,8 @@ module "adminer" {
ingress = true
service_port = 8080
use_mysql = true
use_mysql = true
use_postgres = true
resources = {
cpu = 50