Skip to content

Commit

Permalink
chore(artifact): change port to 8082 and 3082 (#473)
Browse files Browse the repository at this point in the history
Because

- `8082` and `3082` are not used since the retirement of the
`connector-backend`

This commit

- change artifact-backend ports to `8082` and `3082`
  • Loading branch information
pinglin authored Apr 15, 2024
1 parent e8180b4 commit 1566014
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ MODEL_BACKEND_PUBLICPORT=8083
ARTIFACT_BACKEND_IMAGE=instill/artifact-backend
ARTIFACT_BACKEND_VERSION=0.2.1-alpha
ARTIFACT_BACKEND_HOST=artifact-backend
ARTIFACT_BACKEND_PRIVATEPORT=3085
ARTIFACT_BACKEND_PUBLICPORT=8085
ARTIFACT_BACKEND_PRIVATEPORT=3082
ARTIFACT_BACKEND_PUBLICPORT=8082

# console
CONSOLE_IMAGE=instill/console
Expand Down
4 changes: 2 additions & 2 deletions charts/core/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,12 @@ artifact-backend

{{/* artifact-backend service and container public port */}}
{{- define "core.artifactBackend.publicPort" -}}
{{- printf "8085" -}}
{{- printf "8082" -}}
{{- end -}}

{{/* artifact-backend service and container private port */}}
{{- define "core.artifactBackend.privatePort" -}}
{{- printf "3085" -}}
{{- printf "3082" -}}
{{- end -}}
{{/*
Expand Down

0 comments on commit 1566014

Please sign in to comment.