[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Jun 19, 2022. It is now read-only.

Adjust broker ingress parameters to support target load #1656

Merged
merged 4 commits into from
Sep 2, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fix unit test
  • Loading branch information
yolocs committed Sep 1, 2020
commit 6b1aadbe692175b679aba78bb816e9bc8cc9dbf2
10 changes: 5 additions & 5 deletions pkg/reconciler/brokercell/testingdata/ingress_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
- name: ingress
image: ingress
livenessProbe:
failureThreshold: 3
failureThreshold: 5
httpGet:
path: /healthz
port: 8080
Expand All @@ -53,7 +53,7 @@ spec:
successThreshold: 1
timeoutSeconds: 5
readinessProbe:
failureThreshold: 3
failureThreshold: 5
httpGet:
path: /healthz
port: 8080
Expand Down Expand Up @@ -85,10 +85,10 @@ spec:
mountPath: /var/secrets/google
resources:
limits:
memory: 1000Mi
memory: 2000Mi
requests:
cpu: 1000m
memory: 500Mi
cpu: 2000m
memory: 2000Mi
ports:
- name: metrics
containerPort: 9090
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
- name: ingress
image: ingress
livenessProbe:
failureThreshold: 3
failureThreshold: 5
httpGet:
path: /healthz
port: 8080
Expand All @@ -54,7 +54,7 @@ spec:
successThreshold: 1
timeoutSeconds: 5
readinessProbe:
failureThreshold: 3
failureThreshold: 5
httpGet:
path: /healthz
port: 8080
Expand Down Expand Up @@ -86,10 +86,10 @@ spec:
mountPath: /var/secrets/google
resources:
limits:
memory: 1000Mi
memory: 2000Mi
requests:
cpu: 1000m
memory: 500Mi
cpu: 2000m
memory: 2000Mi
ports:
- name: metrics
containerPort: 9090
Expand Down
2 changes: 1 addition & 1 deletion pkg/reconciler/brokercell/testingdata/ingress_hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ spec:
name: memory
target:
type: AverageValue
averageValue: 700Mi
averageValue: 1500Mi