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

@@ -95,7 +95,7 @@ spec:
key: secretAccessKey
{{ end }}
- 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 }}