Skip to content

Commit

Permalink
fixup! operator: Add liveness probe to keepalived
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekiel-alexrod committed Aug 8, 2023
1 parent ecc8925 commit 893f8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operator/pkg/controller/virtualippool/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ func (r *VirtualIPPoolReconciler) mutateDaemonSet(obj *appsv1.DaemonSet) error {
ProbeHandler: corev1.ProbeHandler{
Exec: &corev1.ExecAction{
Command: []string{
"/liveness-probe.sh",
"/etc/keepalived/liveness-probe.sh",
},
},
},
Expand Down

0 comments on commit 893f8d3

Please sign in to comment.