Skip to content

Commit

Permalink
chore(pipeline-backend): add artifact config for pipeline-backend (#1153
Browse files Browse the repository at this point in the history
)

Because

- we need the env var

This commit

- add config
  • Loading branch information
chuang8511 authored Nov 18, 2024
1 parent 2c235d5 commit ef82953
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 ef82953

Please sign in to comment.