Skip to content

Commit

Permalink
chore(pipeline-backend): update config for artifact backend and api g…
Browse files Browse the repository at this point in the history
…ateway

chore(pipeline-backend): update config for api gateway in configmap
  • Loading branch information
chuang8511 committed Nov 14, 2024
1 parent 2c235d5 commit bc66a52
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/core/templates/pipeline-backend/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ data:
artifactbackend:
host: {{ template "core.artifactBackend" . }}
publicport: {{ template "core.artifactBackend.publicPort" . }}
privateport: {{ template "core.artifactBackend.privatePort" . }}
{{- if .Values.internalTLS.enabled }}
https:
cert: /etc/instill-ai/vdp/ssl/artifact/tls.crt
Expand Down Expand Up @@ -117,3 +118,6 @@ data:
rootpwd: {{ .Values.pipelineBackend.minio.rootpwd }}
bucketname: {{ .Values.pipelineBackend.minio.bucketname }}
secure: {{ .Values.pipelineBackend.minio.secure }}
apigateway:
host: {{ template "core.apiGateway" . }}
publicport: {{ template "core.apiGateway.httpPort" . }}

0 comments on commit bc66a52

Please sign in to comment.