Skip to content

Commit

Permalink
fix readinessprobe
Browse files Browse the repository at this point in the history
  • Loading branch information
liupeng0518 committed May 12, 2022
1 parent ed64b1b commit 9f4546d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/network_plugin/kube-ovn/templates/cni-ovn.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -413,9 +413,9 @@ spec:
command:
- bash
{% if kube_ovn_dpdk_enabled %}
- /kube-ovn/ovs-healthcheck.sh
{% else %}
- /kube-ovn/ovs-dpdk-healthcheck.sh
{% else %}
- /kube-ovn/ovs-healthcheck.sh
{% endif %}
periodSeconds: 5
timeoutSeconds: 45
Expand Down

0 comments on commit 9f4546d

Please sign in to comment.