diff --git a/pkg/rke2/np.go b/pkg/rke2/np.go index 3eddd08e75..28a75d4bc7 100644 --- a/pkg/rke2/np.go +++ b/pkg/rke2/np.go @@ -141,14 +141,14 @@ var defaultKubeSystemPolicies = []policyTemplate{ Protocol: &tcp, Port: &intstr.IntOrString{ Type: intstr.String, - StrVal: "http", + StrVal: "web", }, }, { Protocol: &tcp, Port: &intstr.IntOrString{ Type: intstr.String, - StrVal: "https", + StrVal: "websecure", }, }, },