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
bbbd2e16
Commit
bbbd2e16
authored
1 year ago
by
Andriy Halka [EPAM / GCP]
Browse files
Options
Downloads
Patches
Plain Diff
GONGR-6885 Reduce requests according to VPA
parent
8a4a22a6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!379
GONGR-6885 Reduce requests according to VPA
Pipeline
#181143
failed
1 year ago
Stage: review
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
devops/gc/deploy/templates/deploy-redis.yaml
+4
-4
4 additions, 4 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
8 additions
and
8 deletions
devops/gc/deploy/templates/deploy-redis.yaml
+
4
−
4
View file @
bbbd2e16
...
@@ -14,8 +14,8 @@ spec:
...
@@ -14,8 +14,8 @@ spec:
labels
:
labels
:
app
:
{{
printf "redis-%s" .Values.conf.appName | quote
}}
app
:
{{
printf "redis-%s" .Values.conf.appName | quote
}}
annotations
:
annotations
:
sidecar.istio.io/proxyCPU
:
10
m
sidecar.istio.io/proxyCPU
:
5
m
sidecar.istio.io/proxyMemory
:
10
0Mi
sidecar.istio.io/proxyMemory
:
5
0Mi
spec
:
spec
:
containers
:
containers
:
-
args
:
-
args
:
...
@@ -32,6 +32,6 @@ spec:
...
@@ -32,6 +32,6 @@ spec:
protocol
:
TCP
protocol
:
TCP
resources
:
resources
:
requests
:
requests
:
cpu
:
10
m
cpu
:
5
m
memory
:
5
0Mi
memory
:
2
0Mi
{{
end
}}
{{
end
}}
This diff is collapsed.
Click to expand it.
devops/gc/deploy/values.yaml
+
4
−
4
View file @
bbbd2e16
...
@@ -14,8 +14,8 @@ data:
...
@@ -14,8 +14,8 @@ data:
redisNotificationPort
:
6379
redisNotificationPort
:
6379
redisImage
:
"
docker.io/library/redis:7"
redisImage
:
"
docker.io/library/redis:7"
#Deployments
#Deployments
requestsCpu
:
"
1
0m"
requestsCpu
:
"
2
0m"
requestsMemory
:
"
512
Mi"
requestsMemory
:
"
450
Mi"
limitsCpu
:
"
1"
limitsCpu
:
"
1"
limitsMemory
:
"
1.5G"
limitsMemory
:
"
1.5G"
serviceAccountName
:
"
notification"
serviceAccountName
:
"
notification"
...
@@ -31,7 +31,7 @@ conf:
...
@@ -31,7 +31,7 @@ conf:
redisSSL
:
false
redisSSL
:
false
istio
:
istio
:
proxyCPU
:
"
10
m"
proxyCPU
:
"
5
m"
proxyCPULimit
:
"
200m"
proxyCPULimit
:
"
200m"
proxyMemory
:
"
10
0Mi"
proxyMemory
:
"
5
0Mi"
proxyMemoryLimit
:
"
256Mi"
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