Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
95fc293d
Commit
95fc293d
authored
3 years ago
by
Mark Lapierre
Committed by
Albert Salim
3 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assign Gitaly Review App pods to non-preemptible nodes
parent
f095fc89
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
scripts/review_apps/base-config.yaml
scripts/review_apps/base-config.yaml
+20
-0
No files found.
scripts/review_apps/base-config.yaml
View file @
95fc293d
...
...
@@ -10,6 +10,8 @@ global:
secretName
:
review-apps-tls
initialRootPassword
:
secret
:
shared-gitlab-initial-root-password
nodeSelector
:
preemptible
:
"
true"
certmanager
:
install
:
false
gitlab
:
...
...
@@ -24,6 +26,8 @@ gitlab:
persistence
:
size
:
10G
storageClass
:
ssd
nodeSelector
:
preemptible
:
"
false"
gitlab-exporter
:
enabled
:
false
mailroom
:
...
...
@@ -100,6 +104,8 @@ gitlab-runner:
limits
:
cpu
:
1015m
memory
:
150M
nodeSelector
:
preemptible
:
"
true"
minio
:
resources
:
requests
:
...
...
@@ -108,6 +114,8 @@ minio:
limits
:
cpu
:
15m
memory
:
280M
nodeSelector
:
preemptible
:
"
true"
nginx-ingress
:
controller
:
config
:
...
...
@@ -125,6 +133,8 @@ nginx-ingress:
timeoutSeconds
:
5
readinessProbe
:
timeoutSeconds
:
5
nodeSelector
:
preemptible
:
"
true"
defaultBackend
:
resources
:
requests
:
...
...
@@ -133,6 +143,8 @@ nginx-ingress:
limits
:
cpu
:
10m
memory
:
24M
nodeSelector
:
preemptible
:
"
true"
postgresql
:
metrics
:
enabled
:
false
...
...
@@ -143,6 +155,9 @@ postgresql:
limits
:
cpu
:
1300m
memory
:
1500M
master
:
nodeSelector
:
preemptible
:
"
true"
prometheus
:
install
:
false
redis
:
...
...
@@ -155,6 +170,9 @@ redis:
limits
:
cpu
:
200m
memory
:
130M
master
:
nodeSelector
:
preemptible
:
"
true"
registry
:
hpa
:
minReplicas
:
1
...
...
@@ -165,3 +183,5 @@ registry:
limits
:
cpu
:
200m
memory
:
45M
nodeSelector
:
preemptible
:
"
true"
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment