Skip to content

Commit

Permalink
fix/wireguard service annotation (#3)
Browse files Browse the repository at this point in the history
* fix: service annotations default

* style: add empty last line

* chore: repackage netmaker
  • Loading branch information
jfmrm authored Nov 7, 2022
1 parent a52e23f commit b3964e9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Binary file modified netmaker-0.3.0.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion templates/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ spec:
name: wg-iface-{{ add 31820 . }}
{{- end }}
selector:
app: '{{ include "netmaker.fullname" . }}'
app: '{{ include "netmaker.fullname" . }}'
14 changes: 7 additions & 7 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

# -- number of netmaker server replicas to create
# -- number of netmaker server replicas to create
replicas: 3

image:
# -- The image repo to pull Netmaker image from
# -- The image repo to pull Netmaker image from
repository: gravitl/netmaker
# -- Pull Policy for images
pullPolicy: Always
# -- Override the image tag to pull
# -- Override the image tag to pull
tag: "v0.14.5"

# -- override the name for netmaker objects
# -- override the name for netmaker objects
nameOverride: ""

# -- override the full name for netmaker objects
# -- override the full name for netmaker objects
fullnameOverride: ""

serviceAccount:
Expand Down Expand Up @@ -79,7 +79,7 @@ ingress:
# -- use acme cert if available
kubernetes.io/tls-acme: "true"
nginx:
# -- Redirect http to https
# -- Redirect http to https
nginx.ingress.kubernetes.io/ssl-redirect: 'true'
# -- destination addr for route
nginx.ingress.kubernetes.io/rewrite-target: /
Expand All @@ -101,8 +101,8 @@ ingress:
wireguard:
# -- whether or not to use WireGuard on server
enabled: true
annotations: {}
service:
annotations: {}
serviceType: NodePort
# -- whether or not to use Kernel WG (should be false unless WireGuard is installed on hosts).
kernel: false
Expand Down

0 comments on commit b3964e9

Please sign in to comment.