Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit fcb1ce4

Browse files
authored
1 parent 0537383 commit fcb1ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/foo_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ func (r *FooReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.R
105105
Name: "jack",
106106
Ports: []corev1.ContainerPort{{
107107
ContainerPort: 8080,
108-
Name: "jack",
108+
Name: "http-jack",
109109
}},
110110
Lifecycle: &corev1.Lifecycle{
111111
PostStart: &corev1.LifecycleHandler{

0 commit comments

Comments
 (0)