Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
Indexer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
System
Indexer
Commits
e68d51f9
Commit
e68d51f9
authored
2 years ago
by
Oleksandr Kosse (EPAM)
Browse files
Options
Downloads
Patches
Plain Diff
Update default requsts/limits for indexer service
parent
92fab9e6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!494
Update default requsts/limits for indexer service
Pipeline
#168057
failed
2 years ago
Stage: review
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
devops/gc/deploy/README.md
+5
-5
5 additions, 5 deletions
devops/gc/deploy/README.md
devops/gc/deploy/values.yaml
+3
-3
3 additions, 3 deletions
devops/gc/deploy/values.yaml
with
8 additions
and
8 deletions
devops/gc/deploy/README.md
+
5
−
5
View file @
e68d51f9
...
...
@@ -43,8 +43,8 @@ First you need to set variables in **values.yaml** file using any code editor. S
| Name | Description | Type | Default |Required |
|------|-------------|------|---------|---------|
**data.requestsCpu**
| amount of requested CPU | string |
480
m | yes
**data.requestsMemory**
| amount of requested memory| string |
70
0Mi | yes
**data.requestsCpu**
| amount of requested CPU | string |
35
m | yes
**data.requestsMemory**
| amount of requested memory| string |
64
0Mi | yes
**data.limitsCpu**
| CPU limit | string | 1 | yes
**data.limitsMemory**
| memory limit | string | 1G | yes
**data.image**
| service image | string | - | yes
...
...
@@ -69,10 +69,10 @@ First you need to set variables in **values.yaml** file using any code editor. S
| Name | Description | Type | Default |Required |
|------|-------------|------|---------|---------|
**istio.proxyCPU**
| CPU request for Envoy sidecars | string | 1
3
0m | yes
**istio.proxyCPULimit**
| CPU limit for Envoy sidecars | string |
5
00m | yes
**istio.proxyCPU**
| CPU request for Envoy sidecars | string | 10m | yes
**istio.proxyCPULimit**
| CPU limit for Envoy sidecars | string |
2
00m | yes
**istio.proxyMemory**
| memory request for Envoy sidecars | string | 100Mi | yes
**istio.proxyMemoryLimit**
| memory limit for Envoy sidecars | string |
512
Mi | yes
**istio.proxyMemoryLimit**
| memory limit for Envoy sidecars | string |
256
Mi | yes
### Install the helm chart
...
...
This diff is collapsed.
Click to expand it.
devops/gc/deploy/values.yaml
+
3
−
3
View file @
e68d51f9
...
...
@@ -12,8 +12,8 @@ data:
springProfilesActive
:
"
gcp"
storageHost
:
"
http://storage"
# Deployment
requestsCpu
:
"
480
m"
requestsMemory
:
"
70
0Mi"
requestsCpu
:
"
35
m"
requestsMemory
:
"
64
0Mi"
limitsCpu
:
"
1"
limitsMemory
:
"
1G"
image
:
"
"
...
...
@@ -35,7 +35,7 @@ conf:
indexerRedisSecretName
:
"
indexer-redis-secret"
istio
:
proxyCPU
:
"
1
3
0m"
proxyCPU
:
"
10m"
proxyCPULimit
:
"
200m"
proxyMemory
:
"
100Mi"
proxyMemoryLimit
:
"
256Mi"
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
register
or
sign in
to comment