You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Helm chart for managing a wireguard vpn in kubernetes
6
6
@@ -143,6 +143,7 @@ A Helm chart for managing a wireguard vpn in kubernetes
143
143
| service.enabled | bool |`true`| Whether the service will be created or not |
144
144
| service.externalTrafficPolicy | string |`""`| External Traffic Policy for the service |
145
145
| service.extraPorts | list |`[]`| Extra ports that can be attached to the service object, these are passed directly to the port array on the service and must be well formed to the specification |
146
+
| service.ipFamilyPolicy | string |`"SingleStack"`| ipFamilyPolicy enables single or dual stack services |
146
147
| service.loadBalancerClass | string |`""`| loadBalancerClass for Service Controllers that support it |
147
148
| service.loadBalancerIP | string |`""`| IP to assign to the LoadBalancer service |
148
149
| service.nodePort | int |`31820`| Node port, only valid with service type: NodePort |
@@ -153,6 +154,7 @@ A Helm chart for managing a wireguard vpn in kubernetes
153
154
| volumeMounts | object |`{}`| Passthrough pod volume mounts |
154
155
| volumes | object |`{}`| Passthrough pod volumes |
155
156
| wireguard.clients | list |`[]`| A collection of clients that will be added to wg0.conf, accepts objects with keys PublicKey and AllowedIPs (mandatory) and optional FriendlyName or FriendlyJson (https://github.com/MindFlavor/prometheus_wireguard_exporter#friendly-tags) and PersistentKeepalive (https://www.wireguard.com/quickstart/#nat-and-firewall-traversal-persistence), stored in secret |
0 commit comments