Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
Notification
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
Notification
Commits
878c9e42
Commit
878c9e42
authored
2 years ago
by
Yurii Pelykh [EPAM / GCP]
Browse files
Options
Downloads
Patches
Plain Diff
GONRG-6470: Update requests according to vpa
parent
2d8e5e13
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!347
GONRG-6470: Update requests according to vpa
Pipeline
#166840
failed
2 years ago
Stage: review
Stage: build
Stage: coverage
Stage: containerize
Stage: scan
Stage: deploy
Stage: integration
Changes
3
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
devops/gc/deploy/README.md
+4
-4
4 additions, 4 deletions
devops/gc/deploy/README.md
devops/gc/deploy/templates/deploy-redis.yaml
+4
-2
4 additions, 2 deletions
devops/gc/deploy/templates/deploy-redis.yaml
devops/gc/deploy/values.yaml
+4
-4
4 additions, 4 deletions
devops/gc/deploy/values.yaml
with
12 additions
and
10 deletions
devops/gc/deploy/README.md
+
4
−
4
View file @
878c9e42
...
...
@@ -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 |
`
0.1
`
| yes
**data.requestsMemory**
| amount of requested memory| string |
`
256M
`
| yes
**data.requestsCpu**
| amount of requested CPU | string |
`
580m
`
| yes
**data.requestsMemory**
| amount of requested memory| string |
`
1.05G
`
| yes
**data.limitsCpu**
| CPU limit | string |
`1`
| yes
**data.limitsMemory**
| memory limit | string |
`1.5G`
| yes
**data.serviceAccountName**
| name of your service account | string |
`notification`
| yes
...
...
@@ -69,9 +69,9 @@ 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 |
`
5
0m`
| yes
**istio.proxyCPU**
| CPU request for Envoy sidecars | string |
`
31
0m`
| yes
**istio.proxyCPULimit**
| CPU limit for Envoy sidecars | string |
`500m`
| yes
**istio.proxyMemory**
| memory request for Envoy sidecars | string |
`
64
Mi`
| yes
**istio.proxyMemory**
| memory request for Envoy sidecars | string |
`
100
Mi`
| yes
**istio.proxyMemoryLimit**
| memory limit for Envoy sidecars | string |
`512Mi`
| yes
### Install the helm chart
...
...
This diff is collapsed.
Click to expand it.
devops/gc/deploy/templates/deploy-redis.yaml
+
4
−
2
View file @
878c9e42
...
...
@@ -14,7 +14,8 @@ spec:
labels
:
app
:
{{
printf "redis-%s" .Values.conf.appName | quote
}}
annotations
:
sidecar.istio.io/proxyCPU
:
30m
sidecar.istio.io/proxyCPU
:
10m
sidecar.istio.io/proxyMemory
:
100Mi
spec
:
containers
:
-
args
:
...
...
@@ -31,5 +32,6 @@ spec:
protocol
:
TCP
resources
:
requests
:
memory
:
100Mi
cpu
:
10m
memory
:
50Mi
{{
end
}}
This diff is collapsed.
Click to expand it.
devops/gc/deploy/values.yaml
+
4
−
4
View file @
878c9e42
...
...
@@ -10,8 +10,8 @@ data:
redisNotificationPort
:
6379
redisImage
:
"
docker.io/library/redis:7"
#Deployments
requestsCpu
:
"
0.1
"
requestsMemory
:
"
256M
"
requestsCpu
:
"
580m
"
requestsMemory
:
"
1.05G
"
limitsCpu
:
"
1"
limitsMemory
:
"
1.5G"
serviceAccountName
:
"
notification"
...
...
@@ -29,7 +29,7 @@ conf:
redisSSL
:
false
istio
:
proxyCPU
:
"
5
0m"
proxyCPU
:
"
31
0m"
proxyCPULimit
:
"
500m"
proxyMemory
:
"
64
Mi"
proxyMemory
:
"
100
Mi"
proxyMemoryLimit
:
"
512Mi"
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