Skip to content

Commit

Permalink
typo in default port
Browse files Browse the repository at this point in the history
should be 51820
  • Loading branch information
bhuism authored and bryopsida committed Jul 22, 2023
1 parent b88d1e9 commit bda02bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/wireguard/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ service:
# -- Service type, to keep internal to cluster use ClusterIP
type: LoadBalancer
# -- Service port, default is 51280 UDP
port: 51280
port: 51820
# -- Name of a secret with a wireguard private key on key privatekey, if not provided on first install a hook generates one.
secretName: ~
replicaCount: 3
Expand Down

0 comments on commit bda02bf

Please sign in to comment.