Skip to content

Commit

Permalink
add mgmtbackend config
Browse files Browse the repository at this point in the history
  • Loading branch information
Yougigun committed Jun 14, 2024
1 parent 63e3ecb commit f71a3be
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 @@ -75,3 +75,7 @@ data:
rootuser: {{ .Values.artifactBackend.minio.rootuser }}
rootpwd: {{ .Values.artifactBackend.minio.rootpwd }}
bucketname: {{ .Values.artifactBackend.minio.bucketname }}
mgmtbackend:
host: {{ template "core.mgmtBackend" . }}
publicport: {{ template "core.mgmtBackend.publicPort" . }}
privateport: {{ template "core.mgmtBackend.privatePort" . }}

0 comments on commit f71a3be

Please sign in to comment.