Skip to content

Commit 0560888

Browse files
committed
fix: switch freeradius service default to NodePort per cluster convention
OpenShift clusters use NodePort+HAProxy rather than LoadBalancer.
1 parent a21c79d commit 0560888

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

chart/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ freeradius:
6767
tag: "" # defaults to Chart.appVersion
6868
pullPolicy: IfNotPresent
6969
service:
70-
type: LoadBalancer
71-
nodePort: null # only used when type=NodePort
70+
type: NodePort
71+
nodePort: null
7272
# FreeRADIUS status virtual server — used by PINT to surface per-pod auth statistics.
7373
# Managed automatically by PINT at startup.
7474
statusServer:

0 commit comments

Comments
 (0)