UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
Big Bang
P
Packages
Core
istio-controlplane
Commits
e2647ca9
Commit
e2647ca9
authored
Aug 30, 2021
by
Ronnie Webb
Browse files
adjusting values.global
parent
1b5a6208
Pipeline
#451402
passed with stages
in 2 minutes and 23 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
23 deletions
+4
-23
chart/values.yaml
chart/values.yaml
+4
-23
No files found.
chart/values.yaml
View file @
e2647ca9
...
...
@@ -27,27 +27,12 @@ ingressGateways:
extraLabels
:
{}
# Automatic labels: 'app: {ingress gateway name}' and `istio: ingressgateway`
k8s
:
# Set any value from https://istio.io/latest/docs/reference/config/istio.operator.v1alpha1/#KubernetesResourcesSpec
# hpaSpec: By default, HPA is set from 1-5 instances with a target average utilization of 80%
resources
:
requests
:
cpu
:
120m
memory
:
128Mi
limits
:
cpu
:
120m
memory
:
128Mi
resources
:
{}
service
:
type
:
"
LoadBalancer"
# or "NodePort"
# ports: By default ports 15021 (status), 80, 443, and 15443 (SNI Routing) are setup
podAnnotations
:
# https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
sidecar.istio.io/proxyCPULimit
:
150m
sidecar.istio.io/proxyCPU
:
150m
sidecar.istio.io/proxyMemory
:
256Mi
sidecar.istio.io/proxyMemoryLimit
:
256Mi
serviceAnnotations
:
# https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
sidecar.istio.io/proxyCPULimit
:
150m
sidecar.istio.io/proxyCPU
:
150m
sidecar.istio.io/proxyMemory
:
256Mi
sidecar.istio.io/proxyMemoryLimit
:
256Mi
podAnnotations
:
{}
# https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
serviceAnnotations
:
{}
# https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
nodeSelector
:
{}
# https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector
affinity
:
{}
# https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity
tolerations
:
[]
# https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
...
...
@@ -124,11 +109,7 @@ istiod:
targetAverageUtilization
:
60
strategy
:
{}
# k8s pod annotations. https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
podAnnotations
:
sidecar.istio.io/proxyCPULimit
:
300m
sidecar.istio.io/proxyCPU
:
300m
sidecar.istio.io/proxyMemory
:
512Mi
sidecar.istio.io/proxyMemoryLimit
:
512Mi
podAnnotations
:
{}
# k8s service annotations. https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
serviceAnnotations
:
{}
...
...
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