Skip to content

Commit

Permalink
Fix traefik netpol port names
Browse files Browse the repository at this point in the history
Signed-off-by: Brad Davidson <[email protected]>
  • Loading branch information
brandond committed Aug 21, 2024
1 parent cb98253 commit 9517eea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/rke2/np.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
},
},
Expand Down

0 comments on commit 9517eea

Please sign in to comment.