Skip to content

Commit

Permalink
fix: 修正 domains 要求
Browse files Browse the repository at this point in the history
  • Loading branch information
wojiushixiaobai committed Aug 18, 2023
1 parent 13e4e43 commit eea549f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/jumpserver/templates/core/deployment-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eea549f

Please sign in to comment.