Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Gateway spec should match snapshot when using default values:
resources:
limits:
cpu: 1000m
memory: 400Mi
memory: 1Gi
requests:
cpu: 1000m
memory: 400Mi
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gateway collector's HPA spec should match snapshot when using default values on cluster with Metrics Server:
1: |
maxReplicas: 1
maxReplicas: 5
metrics:
- resource:
name: cpu
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ otel:
resources:
limits:
cpu: 1000m
memory: 400Mi
memory: 1Gi
requests:
cpu: 1000m
memory: 400Mi
Expand All @@ -794,7 +794,7 @@ otel:
# Autoscaler configuration for the gateway collector
autoscaler:
minReplicas: 1
maxReplicas: 1
maxReplicas: 5
targetCPUUtilization: 80
targetMemoryUtilization: 80

Expand Down
Loading