diff --git a/README.md b/README.md index ac9728c..fc62404 100644 --- a/README.md +++ b/README.md @@ -66,10 +66,6 @@ If you are not using Nginx and LetsEncrypt, we recommend leaving ingress.enabled You can find example ingress objects in the kube/example folder. -#### Kernel WireGuard -If you have control of the Kubernetes worker node servers, we recommend **first** installing WireGuard on the hosts, and then installing HA Netmaker in Kernel mode. By default, Netmaker will install with userspace WireGuard (wireguard-go) for maximum compatibility, and to avoid needing permissions at the host level. If you have installed WireGuard on your hosts, you should install Netmaker's helm chart with the following option: -`--set wireguard.kernel=true` - #### DNS By Default, the helm chart will deploy without DNS enabled. To enable DNS, specify with: `--set dns.enabled=true` diff --git a/templates/netmaker-statefulset.yaml b/templates/netmaker-statefulset.yaml index 7cb1651..6137e78 100644 --- a/templates/netmaker-statefulset.yaml +++ b/templates/netmaker-statefulset.yaml @@ -50,7 +50,7 @@ metadata: spec: storageClassName: {{ .Values.server.RWX.storageClassName }} accessModes: - - ReadWriteOnce + - ReadWriteMany resources: requests: storage: {{ .Values.server.storageSize }} \ No newline at end of file diff --git a/values.yaml b/values.yaml index 077f694..63f2e0b 100644 --- a/values.yaml +++ b/values.yaml @@ -3,7 +3,7 @@ # Declare variables to be passed into your templates. -baseDomain: "146.190.9.68.nip.io" +baseDomain: "" # required value image: # -- The image repo to pull Netmaker image from repository: gravitl/netmaker