Allow adminer to connect to postgres
This commit is contained in:
parent
0ea9da3a53
commit
e7c985d276
@ -203,7 +203,8 @@ module "adminer" {
|
||||
ingress = true
|
||||
service_port = 8080
|
||||
|
||||
use_mysql = true
|
||||
use_mysql = true
|
||||
use_postgres = true
|
||||
|
||||
resources = {
|
||||
cpu = 50
|
||||
|
Loading…
Reference in New Issue
Block a user