mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
chore: make DOC_SERVICE_ENDPOINT dynamic computed (#10029)
This commit is contained in:
@@ -119,7 +119,7 @@ spec:
|
||||
- name: DOC_MERGE_INTERVAL
|
||||
value: "{{ .Values.app.doc.mergeInterval }}"
|
||||
- name: DOC_SERVICE_ENDPOINT
|
||||
value: "{{ .Values.global.docService.endpoint }}"
|
||||
value: "http://{{ .Values.global.docService.name }}:{{ .Values.global.docService.port }}"
|
||||
{{ if .Values.app.experimental.enableJwstCodec }}
|
||||
- name: DOC_MERGE_USE_JWST_CODEC
|
||||
value: "true"
|
||||
|
||||
Reference in New Issue
Block a user