mirror of
https://github.com/outbackdingo/netmaker-helm.git
synced 2026-01-27 10:19:46 +00:00
change netmaker pvc to readwritemany
This commit is contained in:
@@ -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`
|
||||
|
||||
@@ -50,7 +50,7 @@ metadata:
|
||||
spec:
|
||||
storageClassName: {{ .Values.server.RWX.storageClassName }}
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
- ReadWriteMany
|
||||
resources:
|
||||
requests:
|
||||
storage: {{ .Values.server.storageSize }}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user