diff --git a/k8s/infra/postgres.yaml b/k8s/infra/postgres.yaml index 3004f75..786c3d0 100644 --- a/k8s/infra/postgres.yaml +++ b/k8s/infra/postgres.yaml @@ -23,6 +23,7 @@ data: CREATE DATABASE authz WITH OWNER postgres ENCODING utf8; CREATE DATABASE company WITH OWNER postgres ENCODING utf8; CREATE DATABASE consumer WITH OWNER postgres ENCODING utf8; + CREATE DATABASE document WITH OWNER postgres ENCODING utf8; CREATE DATABASE employee WITH OWNER postgres ENCODING utf8; CREATE DATABASE invoice WITH OWNER postgres ENCODING utf8; CREATE DATABASE notification WITH OWNER postgres ENCODING utf8; @@ -62,8 +63,6 @@ spec: resources: requests: memory: 400Mi - limits: - memory: 600Mi ports: - containerPort: 5432 env: