fix/add mq password (#6)

* feat: add mq password env var

* chore: add placeholder value for mq password

* chore: package new chart
This commit is contained in:
João Filipe Moura
2022-11-09 11:50:23 -03:00
committed by GitHub
parent a42236507c
commit 2694097056
3 changed files with 5 additions and 2 deletions

Binary file not shown.

View File

@@ -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 }}
{{- end }}

View File

@@ -43,6 +43,7 @@ mq:
replicas: 2
singlenode: false
storageSize: 128Mi
password: fake
dns: