Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
Signed-off-by: Liang Huang <[email protected]>
  • Loading branch information
yellow-shine committed Apr 25, 2024
1 parent 68eac11 commit c8fc4bb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 15 deletions.
17 changes: 9 additions & 8 deletions tests/scripts/values/ci/pr-4am.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,19 +191,20 @@ pulsar:
cpu: "0.3"
memory: "512Mi"
kafka:

nodeSelector:
node-role.kubernetes.io/e2e: ""

tolerations:
- key: "node-role.kubernetes.io/e2e"
operator: "Exists"
effect: "NoSchedule"

resources:
requests:
cpu: "0.5"
memory: "1Gi"
zookeeper:
nodeSelector:
node-role.kubernetes.io/e2e: ""

tolerations:
- key: "node-role.kubernetes.io/e2e"
operator: "Exists"
effect: "NoSchedule"

replicaCount: 1
resources:
requests:
Expand Down
16 changes: 9 additions & 7 deletions tests/scripts/values/ci/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,18 +191,20 @@ pulsar:
cpu: "0.3"
memory: "512Mi"
kafka:

nodeSelector:
node-role.kubernetes.io/e2e: ""

tolerations:
- key: "node-role.kubernetes.io/e2e"
operator: "Exists"
effect: "NoSchedule"

resources:
requests:
cpu: "0.5"
memory: "1Gi"
zookeeper:
nodeSelector:
node-role.kubernetes.io/e2e: ""

tolerations:
- key: "node-role.kubernetes.io/e2e"
operator: "Exists"
effect: "NoSchedule"

replicaCount: 1
resources:
Expand Down

0 comments on commit c8fc4bb

Please sign in to comment.