Skip to content
This repository was archived by the owner on Jun 20, 2026. It is now read-only.

Commit 98fe99d

Browse files
Apply suggestions from code review
Co-authored-by: Greg Pereira <grpereir@redhat.com>
1 parent 580a3d8 commit 98fe99d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

kustomize/overlays/istio/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: Kustomization
44
resources:
55
- ../../base
66
- configmap.yaml
7-
- telemetry.yaml
7+
# - telemetry.yaml # Telemetry disabled by default, uncomment to add for debugging purposes
88

99
commonLabels:
1010
gateway.llm-d.ai/provider: istio

kustomize/overlays/kgateway/gatewayparameters.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ spec:
2121
logLevel: warn
2222
resources:
2323
limits:
24-
cpu: "2"
25-
memory: 1Gi
24+
cpu: 16
25+
memory: 16Gi
2626
requests:
27-
cpu: 100m
28-
memory: 128Mi
27+
cpu: 4m
28+
memory: 4Gi
2929
service:
3030
type: ClusterIP
3131
extraLabels:

0 commit comments

Comments
 (0)