Skip to content

Commit

Permalink
Remove healthcheck for frr container
Browse files Browse the repository at this point in the history
We dropped /openstack/healthcheck in the image so let's remove
the healthcheck from the container definition.
  • Loading branch information
lmiccini committed Apr 16, 2024
1 parent eb0edac commit f7374ed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions roles/edpm_frr/templates/frr.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ net: host
privileged: false
user: frr
restart: always
healthcheck:
test: '/openstack/healthcheck'
cap_add:
- NET_BIND_SERVICE
- NET_RAW
Expand Down

0 comments on commit f7374ed

Please sign in to comment.