Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
Schema
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
Schema
Merge requests
!428
[GONRG-6178] Decrease ISTIO requests and limits
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[GONRG-6178] Decrease ISTIO requests and limits
okosse
into
master
Overview
0
Commits
1
Pipelines
3
Changes
3
Merged
Oleksandr Kosse (EPAM)
requested to merge
okosse
into
master
2 years ago
Overview
0
Commits
1
Pipelines
3
Changes
3
Expand
Decrease ISTIO requests and limits for schema service
0
0
Merge request reports
Viewing commit
8f145e13
Show latest version
3 files
+
17
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
8f145e13
[GONRG-6178] Decrease ISTIO requests and limits
· 8f145e13
Oleksandr Kosse (EPAM)
authored
2 years ago
devops/gcp/deploy/templates/deployment-bootstrap.yaml
+
4
−
0
Options
@@ -16,6 +16,10 @@ spec:
app
:
{{
printf "%s-bootstrap" .Values.conf.appName | quote
}}
annotations
:
rollme
:
{{
randAlphaNum 5 | quote
}}
sidecar.istio.io/proxyCPU
:
{{
.Values.istio.bootstrapProxyCPU | quote
}}
sidecar.istio.io/proxyMemory
:
{{
.Values.istio.proxyMemory | quote
}}
sidecar.istio.io/proxyCPULimit
:
{{
.Values.istio.bootstrapProxyCPULimit | quote
}}
sidecar.istio.io/proxyMemoryLimit
:
{{
.Values.istio.proxyMemoryLimit | quote
}}
spec
:
containers
:
-
name
:
{{
printf "%s-bootstrap" .Values.conf.appName | quote
}}
Loading