Skip to content

Commit

Permalink
Fix ovs examples
Browse files Browse the repository at this point in the history
Remove cpu resource limit from forwarder app configuration
Re-add ovs-forwarder tests to remote vlan examples

Signed-off-by: Laszlo Kiraly <laszlo.kiraly@est.tech>
  • Loading branch information
ljkiraly committed Apr 25, 2022
1 parent dd9d3cc commit 9cc51ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion apps/forwarder-ovs/forwarder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ spec:
resources:
limits:
memory: 1Gi
cpu: 2
volumes:
- name: spire-agent-socket
hostPath:
Expand Down
1 change: 1 addition & 0 deletions examples/remotevlan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This setup can be used to check remote vlan mechanism with both OVS and VPP forw

## Includes

- [Remote VLAN mechanism using forwarder-ovs](./rvlanovs)
- [Remote VLAN mechanism using forwarder-vpp](./rvlanvpp)

## Run
Expand Down

0 comments on commit 9cc51ad

Please sign in to comment.