Skip to content
Snippets Groups Projects
Commit 904f05ef authored by Sergey Dudoladov's avatar Sergey Dudoladov
Browse files

address review comments

parent 27c9ce87
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,8 @@ spec:
- createdb
# role for application foo
foo_user:
foo_user: []
#databases: name->owner
databases:
......
......@@ -16,11 +16,11 @@ spec:
imagePullPolicy: IfNotPresent
resources:
requests:
cpu: 100m
memory: 100Mi
cpu: 500m
memory: 250Mi
limits:
cpu: 200m
memory: 200Mi
cpu: 2000m
memory: 500Mi
env:
# provided additional ENV vars can overwrite individual config map entries
- name: CONFIG_MAP_NAME
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment