mirror of
https://github.com/jumpserver/helm-charts.git
synced 2025-08-21 16:33:39 +00:00
perf: 优化变量定义
This commit is contained in:
parent
c307019bb9
commit
c27ff14efc
@ -50,7 +50,7 @@ spec:
|
|||||||
protocol: TCP
|
protocol: TCP
|
||||||
env:
|
env:
|
||||||
- name: CORE_HOST
|
- name: CORE_HOST
|
||||||
value: http://{{include "jumpserver.fullname" $}}-jms-core:{{$.Values.core.service.web.port}}
|
value: "http://{{include "jumpserver.fullname" $}}-jms-core:{{$.Values.core.service.web.port}}"
|
||||||
- name: BOOTSTRAP_TOKEN
|
- name: BOOTSTRAP_TOKEN
|
||||||
value: "{{ $.Values.core.config.bootstrapToken }}"
|
value: "{{ $.Values.core.config.bootstrapToken }}"
|
||||||
- name: LOG_LEVEL
|
- name: LOG_LEVEL
|
||||||
|
@ -47,7 +47,7 @@ spec:
|
|||||||
protocol: TCP
|
protocol: TCP
|
||||||
env:
|
env:
|
||||||
- name: CORE_HOST
|
- name: CORE_HOST
|
||||||
value: http://{{ include "jumpserver.fullname" $}}-jms-core:{{$.Values.core.service.web.port}}
|
value: "http://{{ include "jumpserver.fullname" $}}-jms-core:{{$.Values.core.service.web.port}}"
|
||||||
- name: BOOTSTRAP_TOKEN
|
- name: BOOTSTRAP_TOKEN
|
||||||
value: "{{ $.Values.core.config.bootstrapToken }}"
|
value: "{{ $.Values.core.config.bootstrapToken }}"
|
||||||
- name: LOG_LEVEL
|
- name: LOG_LEVEL
|
||||||
|
@ -43,7 +43,7 @@ spec:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
env:
|
env:
|
||||||
- name: CORE_HOST
|
- name: CORE_HOST
|
||||||
value: http://{{include "jumpserver.fullname" $}}-jms-core:{{$.Values.core.service.web.port}}
|
value: "http://{{include "jumpserver.fullname" $}}-jms-core:{{$.Values.core.service.web.port}}"
|
||||||
- name: BOOTSTRAP_TOKEN
|
- name: BOOTSTRAP_TOKEN
|
||||||
value: "{{ $.Values.core.config.bootstrapToken }}"
|
value: "{{ $.Values.core.config.bootstrapToken }}"
|
||||||
- name: LOG_LEVEL
|
- name: LOG_LEVEL
|
||||||
|
@ -43,7 +43,7 @@ spec:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
env:
|
env:
|
||||||
- name: CORE_HOST
|
- name: CORE_HOST
|
||||||
value: http://{{include "jumpserver.fullname" $}}-jms-core:{{$.Values.core.service.web.port}}
|
value: "http://{{include "jumpserver.fullname" $}}-jms-core:{{$.Values.core.service.web.port}}"
|
||||||
- name: BOOTSTRAP_TOKEN
|
- name: BOOTSTRAP_TOKEN
|
||||||
value: "{{ $.Values.core.config.bootstrapToken }}"
|
value: "{{ $.Values.core.config.bootstrapToken }}"
|
||||||
- name: LOG_LEVEL
|
- name: LOG_LEVEL
|
||||||
|
Loading…
Reference in New Issue
Block a user