Skip to content

Commit

Permalink
ci: add config port postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgleam committed Sep 13, 2024
1 parent e68a282 commit a8e8c30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions infra/app.scala
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ object AppDeployment:

val appNamespace = Namespace(name)

val postgresPort = args.postgresArgs.port

val containerPort = args.appArgs.containerPort
val servicePort = args.appArgs.servicePort
val ingressHost = args.appArgs.host
Expand Down Expand Up @@ -101,6 +103,7 @@ object AppDeployment:
| databases:
| - crappy
| postgresVersion: 16
| port: ${postgresPort}
| instances:
| - name: "pgha1"
| replicas: 2
Expand Down

0 comments on commit a8e8c30

Please sign in to comment.