Skip to content

Commit

Permalink
chore(helm): update artifact config
Browse files Browse the repository at this point in the history
  • Loading branch information
heiruwu committed Feb 20, 2025
1 parent f2c2660 commit 85a0c47
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/core/templates/artifact-backend/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ data:
host: {{ template "core.pipelineBackend" . }}
publicport: {{ template "core.pipelineBackend.publicPort" . }}
privateport: {{ template "core.pipelineBackend.privatePort" . }}
modelbackend:
host: {{ template "core.modelBackend" . }}
publicport: {{ template "core.modelBackend.publicPort" . }}
privateport: {{ template "core.modelBackend.privatePort" . }}
milvus:
host: {{ template "core.milvus" . }}
port: {{ template "core.milvus.port" . }}
Expand Down

0 comments on commit 85a0c47

Please sign in to comment.