ci: fix helm chart test
This commit is contained in:
parent
da62242d42
commit
2a7d73e62c
|
@ -76,6 +76,8 @@ jobs:
|
|||
EMQX_RPC__CACERTFILE: /opt/emqx/etc/certs/cacert.pem
|
||||
EMQX_RPC__CIPHERS: TLS_AES_256_GCM_SHA384,TLS_AES_128_GCM_SHA256
|
||||
EMQX_RPC__TLS_VERSIONS: "[tlsv1.3]"
|
||||
EMQX_RPC__SSL_SERVER_PRT: 5370
|
||||
EMQX_RPC__PORT_DISCOVERY: manual
|
||||
EOL
|
||||
- name: Prepare emqxConfig.EMQX_RPC using ssl1.2
|
||||
working-directory: source
|
||||
|
@ -89,6 +91,8 @@ jobs:
|
|||
EMQX_RPC__CACERTFILE: /opt/emqx/etc/certs/cacert.pem
|
||||
EMQX_RPC__CIPHERS: TLS_AES_256_GCM_SHA384,TLS_AES_128_GCM_SHA256
|
||||
EMQX_RPC__TLS_VERSIONS: "[tlsv1.2]"
|
||||
EMQX_RPC__SSL_SERVER_PRT: 5370
|
||||
EMQX_RPC__PORT_DISCOVERY: manual
|
||||
EOL
|
||||
- name: run emqx on chart (k8s)
|
||||
if: matrix.discovery == 'k8s'
|
||||
|
|
|
@ -121,6 +121,10 @@ spec:
|
|||
{{- end }}
|
||||
- name: ekka
|
||||
containerPort: 4370
|
||||
- name: genrpc
|
||||
containerPort: 5369
|
||||
- name: genrpc-ssl
|
||||
containerPort: 5370
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: {{ include "emqx.fullname" . }}-env
|
||||
|
|
|
@ -121,6 +121,10 @@ spec:
|
|||
{{- end }}
|
||||
- name: ekka
|
||||
containerPort: 4370
|
||||
- name: genrpc
|
||||
containerPort: 5369
|
||||
- name: genrpc-ssl
|
||||
containerPort: 5370
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: {{ include "emqx.fullname" . }}-env
|
||||
|
|
Loading…
Reference in New Issue