Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ushitora-anqou committed Sep 8, 2024
1 parent a0febcb commit 054e513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/mastodonserver_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ func (r *MastodonServerReconciler) createOrUpdateWebDeployment(
},
&corev1.Probe{
ProbeHandler: corev1.ProbeHandler{
HTTPGet: &corev1.HTTPGetAction{
TCPSocket: &corev1.TCPSocketAction{
Port: intstr.FromString("http"),
},
},
Expand Down

0 comments on commit 054e513

Please sign in to comment.