diff --git a/netmaker-0.3.0.tgz b/netmaker-0.3.0.tgz index d667728..5f59d47 100644 Binary files a/netmaker-0.3.0.tgz and b/netmaker-0.3.0.tgz differ diff --git a/templates/netmaker-statefulset.yaml b/templates/netmaker-statefulset.yaml index 673a172..024777e 100644 --- a/templates/netmaker-statefulset.yaml +++ b/templates/netmaker-statefulset.yaml @@ -87,6 +87,8 @@ spec: value: "{{ .Values.service.mqPort }}" - name: MQ_SERVER_PORT value: "1883" + - name: MQ_ADMIN_PASSWORD + value: {{ .Values.mq.password }} - name: VERBOSITY value: "3" image: {{ .Values.image.repository }}:{{ .Values.image.tag }} @@ -99,7 +101,7 @@ spec: {{ $count := (add .Values.wireguard.networkLimit 1 | int) }} {{- range untilStep 1 $count 1 }} - containerPort: {{ add 31820 . }} - protocol: UDP + protocol: UDP {{- end }} {{- end }} securityContext: @@ -123,4 +125,4 @@ spec: - name: {{ include "netmaker.fullname" . }}-dns-pvc persistentVolumeClaim: claimName: {{ include "netmaker.fullname" . }}-dns-pvc - {{- end }} \ No newline at end of file + {{- end }} diff --git a/values.yaml b/values.yaml index a8e7f6e..d35e94d 100644 --- a/values.yaml +++ b/values.yaml @@ -43,6 +43,7 @@ mq: replicas: 2 singlenode: false storageSize: 128Mi + password: fake dns: