[agent][deploy] - DEMO项目
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -265,7 +265,7 @@ spec:
|
||||
{{- if .HarborPort }}
|
||||
image: {{ .HarborIPOrCustomImagePrefix }}:{{ .HarborPort }}/cmii/cmii-srs-oss-adaptor:2023-SA
|
||||
{{- else }}
|
||||
image: {{ .HarborIPOrCustomImagePrefix }}cmii-srs-oss-adaptor:2023-SA
|
||||
image: {{ .HarborIPOrCustomImagePrefix }}cmii-srs-oss-adaptor:2023-SA-skip-CHL
|
||||
{{- end }}
|
||||
env:
|
||||
- name: OSS_ENDPOINT
|
||||
|
||||
Reference in New Issue
Block a user