Skip to content

Commit

Permalink
fix(load-balancer): values file
Browse files Browse the repository at this point in the history
  • Loading branch information
95gabor committed Oct 3, 2024
1 parent 2020892 commit d16b276
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions helm-charts/k8s-mediaserver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ sonarr:
enabled: false
annotations: {}
port: 80
loadBalancerIP: ""
loadBalancerIP:
ingress:
enabled: true
annotations: {}
Expand Down Expand Up @@ -86,7 +86,7 @@ radarr:
enabled: false
annotations: {}
port: 80
loadBalancerIP: ""
loadBalancerIP:
ingress:
enabled: true
annotations: {}
Expand Down Expand Up @@ -115,11 +115,11 @@ jackett:
port: 9117
nodePort:
# Defines an additional LB service, requires cloud provider service or MetalLB
extraLbService:
extraLbService:
enabled: false
annotations: {}
port: 80
loadBalancerIP: ""
loadBalancerIP:
ingress:
enabled: true
annotations: {}
Expand Down Expand Up @@ -236,11 +236,12 @@ prowlarr:
type: ClusterIP
port: 9696
nodePort:
# Defines an additional LB service, requires cloud provider service or MetalLB
extraLbService:
enabled: false
annotations: {}
port: 80
loadBalancerIP: ""
loadBalancerIP:
ingress:
enabled: true
annotations: {}
Expand Down Expand Up @@ -276,7 +277,7 @@ plex:
enabled: false
annotations: {}
port: 80
loadBalancerIP: ""
loadBalancerIP:
ingress:
enabled: true
annotations: {}
Expand Down Expand Up @@ -315,7 +316,7 @@ jellyfin:
enabled: false
annotations: {}
port: 80
loadBalancerIP: ""
loadBalancerIP:
ingress:
enabled: true
annotations: {}
Expand Down

0 comments on commit d16b276

Please sign in to comment.