Skip to content

Commit

Permalink
Set the same resources for egress and ingress (#1198)
Browse files Browse the repository at this point in the history
* Set the same resources for egress and ingress

* Fix broken values
  • Loading branch information
werdes72 authored Dec 20, 2024
1 parent 6aadc04 commit 18d96eb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/user/00-15-overview-istio-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The configuration of Istio resources depends on the cluster capabilities. If you
|-----------------|--------------|------------|-----------------|---------------|
| Proxy | 10 m | 250 m | 32 Mi | 254 Mi |
| Ingress Gateway | 10 m | 1000 m | 32 Mi | 1024 Mi |
| Egress Gateway | 10 m | 1000 m | 128 Mi | 1024 Mi |
| Egress Gateway | 10 m | 1000 m | 32 Mi | 1024 Mi |
| Pilot | 50 m | 1000 m | 128 Mi | 1024 Mi |
| CNI | 10 m | 250 m | 128 Mi | 384 Mi |

Expand All @@ -32,8 +32,8 @@ The configuration of Istio resources depends on the cluster capabilities. If you
| Component | CPU Requests | CPU Limits | Memory Requests | Memory Limits |
|-----------------|--------------|------------|-----------------|---------------|
| Proxy | 10 m | 1000 m | 192 Mi | 1024 Mi |
| Ingress Gateway | 10 m | 1000 m | 32 Mi | 1024 Mi |
| Egress Gateway | 10 m | 2000 m | 128 Mi | 1024 Mi |
| Ingress Gateway | 100 m | 2000 m | 128 Mi | 1024 Mi |
| Egress Gateway | 100 m | 2000 m | 128 Mi | 1024 Mi |
| Pilot | 100 m | 4000 m | 512 Mi | 2 Gi |
| CNI | 100 m | 500 m | 512 Mi | 1024 Mi |

Expand Down
2 changes: 1 addition & 1 deletion internal/istiooperator/istio-operator-light.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
memory: 1024Mi
requests:
cpu: 10m
memory: 128Mi
memory: 32Mi
name: istio-egressgateway
ingressGateways:
- enabled: true
Expand Down
2 changes: 1 addition & 1 deletion internal/istiooperator/istio-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
cpu: 2000m
memory: 1024Mi
requests:
cpu: 10m
cpu: 100m
memory: 128Mi
hpaSpec:
maxReplicas: 10
Expand Down

0 comments on commit 18d96eb

Please sign in to comment.