-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
making some changes with this deployment get all components working t…
…ogether Signed-off-by: Matt Halder <[email protected]>
- Loading branch information
1 parent
1e76f11
commit 61c75d9
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
apiVersion: v1 | ||
kind: ConfigMap | ||
metadata: | ||
name: {{ printf "%s-%s-%s" "sourcify.name" "config" "server"}} | ||
labels: | ||
{{- include "sourcify.labels" . | nindent 4 }} | ||
{{- include "sourcify.server.selectorLabels" . | nindent 4 }} | ||
data: | ||
REPOSITORY_PATH: {{ template "sourcify.fullname" . }}-repository # Repository service name in the same namespace | ||
SERVER_PORT: {{ .Values.server.service.port }} | ||
REPOSITORY_SERVER_URL: {{ .Values.repository.config.url }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters