[agent][deploy] - DEMO项目

This commit is contained in:
zeaslity
2025-02-10 09:16:20 +08:00
parent 4edaf9f35a
commit 5bfcb98e03
20 changed files with 14222 additions and 5 deletions

View File

@@ -48,8 +48,10 @@ data:
auth.mnesia.password_hash = sha256
# clientid 认证数据
# auth.client.1.clientid = admin
# auth.client.1.password = 4YPk*DS%+5
auth.client.1.clientid = admin
auth.client.1.password = {{ .EmqxPassword }}
auth.client.2.clientid = cmlc
auth.client.2.password = {{ .EmqxPassword }}
## username 认证数据
auth.user.1.username = admin
@@ -114,9 +116,9 @@ spec:
containers:
- name: helm-emqxs
{{- if .HarborPort }}
image: {{ .HarborIPOrCustomImagePrefix }}:{{ .HarborPort }}/cmii/emqx:4.4.19
image: {{ .HarborIPOrCustomImagePrefix }}:{{ .HarborPort }}/cmii/emqx:5.5.1
{{- else }}
image: {{ .HarborIPOrCustomImagePrefix }}emqx:4.4.19
image: {{ .HarborIPOrCustomImagePrefix }}emqx:5.5.1
{{- end }}
imagePullPolicy: Always
ports: