mirror of
https://github.com/outbackdingo/netmaker-helm.git
synced 2026-01-27 10:19:46 +00:00
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:
committed by
GitHub
parent
a42236507c
commit
2694097056
Binary file not shown.
@@ -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 }}
|
||||
|
||||
@@ -43,6 +43,7 @@ mq:
|
||||
replicas: 2
|
||||
singlenode: false
|
||||
storageSize: 128Mi
|
||||
password: fake
|
||||
|
||||
|
||||
dns:
|
||||
|
||||
Reference in New Issue
Block a user