Skip to content

Commit

Permalink
add missed code
Browse files Browse the repository at this point in the history
  • Loading branch information
ramperher committed Jan 5, 2024
1 parent ec3db7e commit 0f611a9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions testpmd-operator/config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ spec:
env:
- name: ANSIBLE_GATHERING
value: explicit
lifecycle:
postStart:
exec:
command: ["/bin/sh", "-c", "echo Hello from the postStart handler"]
preStop:
exec:
command: ["/bin/sh", "-c", "echo Hello from the preStop handler"]
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 0f611a9

Please sign in to comment.