Compare commits
1 Commits
main
...
fix-postgres-oom
| Author | SHA1 | Date | |
|---|---|---|---|
|
551cd3b5b5
|
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user