chore: make DOC_SERVICE_ENDPOINT dynamic computed (#10029)

This commit is contained in:
Brooooooklyn
2025-02-08 05:27:56 +00:00
parent e5d1cd9ea2
commit 18513c6e55
8 changed files with 9 additions and 10 deletions

View File

@@ -74,7 +74,7 @@ spec:
- name: AFFINE_SERVER_HOST
value: "{{ .Values.app.host }}"
- name: DOC_SERVICE_ENDPOINT
value: "{{ .Values.global.docService.endpoint }}"
value: "http://{{ .Values.global.docService.name }}:{{ .Values.global.docService.port }}"
ports:
- name: http
containerPort: {{ .Values.service.port }}