Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
postgres-operator
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
zalando
postgres-operator
Commits
904f05ef
Commit
904f05ef
authored
Jan 2, 2019
by
Sergey Dudoladov
Browse files
Options
Downloads
Patches
Plain Diff
address review comments
parent
27c9ce87
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
manifests/minimal-postgres-manifest.yaml
+2
-1
2 additions, 1 deletion
manifests/minimal-postgres-manifest.yaml
manifests/postgres-operator.yaml
+4
-4
4 additions, 4 deletions
manifests/postgres-operator.yaml
with
6 additions
and
5 deletions
manifests/minimal-postgres-manifest.yaml
+
2
−
1
View file @
904f05ef
...
...
@@ -15,7 +15,8 @@ spec:
-
createdb
# role for application foo
foo_user
:
foo_user
:
[]
#databases: name->owner
databases
:
...
...
This diff is collapsed.
Click to expand it.
manifests/postgres-operator.yaml
+
4
−
4
View file @
904f05ef
...
...
@@ -16,11 +16,11 @@ spec:
imagePullPolicy
:
IfNotPresent
resources
:
requests
:
cpu
:
1
00m
memory
:
10
0Mi
cpu
:
5
00m
memory
:
25
0Mi
limits
:
cpu
:
200m
memory
:
2
00Mi
cpu
:
200
0
m
memory
:
5
00Mi
env
:
# provided additional ENV vars can overwrite individual config map entries
-
name
:
CONFIG_MAP_NAME
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment