Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
set default port correctly
  • Loading branch information
bhuism authored and bryopsida committed Jul 22, 2023
1 parent bda02bf commit 109a363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/wireguard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ A Helm chart for managing a wireguard vpn in kubernetes
| securityContext.runAsNonRoot | bool | `true` | |
| securityContext.runAsUser | int | `1000` | |
| service.enabled | bool | `true` | Whether the service will be created or not |
| service.port | int | `51280` | Service port, default is 51280 UDP |
| service.port | int | `51820` | Service port, default is 51820 UDP |
| service.type | string | `"LoadBalancer"` | Service type, to keep internal to cluster use ClusterIP |
| volumeMounts | object | `{}` | Passthrough pod volume mounts |
| volumes | object | `{}` | Passthrough pod volumes |
Expand Down

0 comments on commit 109a363

Please sign in to comment.