Skip to content

Commit

Permalink
fix: NVSHAS-8383 ClusterIP as the default
Browse files Browse the repository at this point in the history
NodePort is for evaluation only and not secure.  It should not be used
as the default option.
  • Loading branch information
holyspectral committed Jan 10, 2025
1 parent 67df5bc commit b6fa974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ manager:
# - name: CUSTOM_PAGE_FOOTER_COLOR
# value: "#FFFFFF"
svc:
type: NodePort # should be set to - ClusterIP
type: ClusterIP
loadBalancerIP:
annotations:
{}
Expand Down

0 comments on commit b6fa974

Please sign in to comment.