diff --git a/charts/jumpserver/templates/core/deployment-core.yaml b/charts/jumpserver/templates/core/deployment-core.yaml index 8003bd9..95b5248 100644 --- a/charts/jumpserver/templates/core/deployment-core.yaml +++ b/charts/jumpserver/templates/core/deployment-core.yaml @@ -48,6 +48,8 @@ spec: {{- end }} args: ["start", "web"] env: + - name: CORE_HOST + value: "http://{{ include "jumpserver.fullname" $ }}-jms-core:{{ $.Values.core.service.web.port }}" - name: SECRET_KEY value: {{ required "A valid secretKey is required!" .config.secretKey | quote }} - name: BOOTSTRAP_TOKEN