use correct config

This commit is contained in:
2026-04-14 12:37:54 -05:00
parent ef5540e032
commit 4dc2bfbf8e
7 changed files with 51 additions and 79 deletions

View File

@@ -27,6 +27,17 @@ controllers:
pullPolicy: IfNotPresent
env:
MIX_ENV: prod
PORT: "8080"
PHX_HOST: "0.0.0.0"
DATABASE_URL:
valueFrom:
secretKeyRef:
name: policy-service-pg-app
key: uri
envFrom:
- secretRef:
name: policy-service-pg-app
prefix: PG_
probes:
liveness:
enabled: true
@@ -86,6 +97,7 @@ postgresql:
instances: 1
database: policy_service
owner: policy_service
appUsername: policy_service
storageSize: 1Gi
resources:
requests:
@@ -93,5 +105,4 @@ postgresql:
memory: 128Mi
limits:
cpu: 500m
memory: 512Mi
memory: 512Mi