Skip to content

Commit

Permalink
Update readme for new networking.loadBalancerIP config value
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Nap committed Mar 26, 2022
1 parent 60b0431 commit c7227d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ helm install valheim-server valheim-k8s/valheim-k8s \
| `serverStorage.pvc.storageClassName` | The storageClass used to create the persistentVolumeClaim | `default` |
| `serverStorage.pvc.size` | The size of the persistent volume to be created | `5Gi` |
| `networking.serviceType` | The type of service e.g `NodePort`, `LoadBalancer` or `ClusterIP` | `LoadBalancer` |
| `networking.loadBalancerIP` | A user supplied IP for service type LoadBalancer | None |
| `networking.gamePort` | The UDP start port the server will listen on | `2456` |
| `networking.nodePort` | When service type is `NodePort`, assign a fixed UDP port to the server | `""` |
| `networking.publishQueryPort` | Expose the Steam query port (gamePort + 1) | `true` |
Expand Down

0 comments on commit c7227d1

Please sign in to comment.