Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
Add web targetPort to values, so its documented, and defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Clifford committed Sep 15, 2022
1 parent 1126a76 commit 3302cea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/wg-easy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ description: A wg-easy Wireguard server
type: application
icon: https://www.wireguard.com/img/wireguard.svg
# This is the chart version.
version: 0.1.16
version: 0.1.17
# This is the version number of the application being deployed.
appVersion: "5"
3 changes: 3 additions & 0 deletions charts/wg-easy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ web:
# secretName: ""
service:
type: ClusterIP
# Modify this port when wishing to change the web port the UI is accessible through
port: 51821
# This port value should likely not be changed since wg-easy is hard coded to 51821
targetPort: 51821
annotations: {}

wireguard:
Expand Down

0 comments on commit 3302cea

Please sign in to comment.