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
6e807c0f
Commit
6e807c0f
authored
Mar 21, 2022
by
Kyle Wiebers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add safe-to-evict annotation to recommended review app pods
parent
4c05bcaf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
scripts/review_apps/base-config.yaml
scripts/review_apps/base-config.yaml
+13
-0
No files found.
scripts/review_apps/base-config.yaml
View file @
6e807c0f
safe-to-evict
:
&safe-to-evict
cluster-autoscaler.kubernetes.io/safe-to-evict
:
"
true"
global
:
appConfig
:
enableUsagePing
:
false
...
...
@@ -29,6 +32,8 @@ gitlab:
storageClass
:
ssd
nodeSelector
:
preemptible
:
"
false"
podAnnotations
:
<<
:
*safe-to-evict
gitlab-exporter
:
enabled
:
false
mailroom
:
...
...
@@ -107,6 +112,8 @@ gitlab-runner:
memory
:
150M
nodeSelector
:
preemptible
:
"
true"
podAnnotations
:
<<
:
*safe-to-evict
minio
:
resources
:
requests
:
...
...
@@ -117,6 +124,8 @@ minio:
memory
:
280M
nodeSelector
:
preemptible
:
"
true"
podAnnotations
:
<<
:
*safe-to-evict
nginx-ingress
:
controller
:
config
:
...
...
@@ -159,6 +168,8 @@ postgresql:
master
:
nodeSelector
:
preemptible
:
"
false"
podAnnotations
:
<<
:
*safe-to-evict
prometheus
:
install
:
false
redis
:
...
...
@@ -174,6 +185,8 @@ redis:
master
:
nodeSelector
:
preemptible
:
"
true"
podAnnotations
:
<<
:
*safe-to-evict
registry
:
hpa
:
minReplicas
:
1
...
...
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