Skip to content

Commit

Permalink
Update configmap to use internal URL
Browse files Browse the repository at this point in the history
Signed-off-by: beeradb <[email protected]>
  • Loading branch information
beeradb committed Jun 5, 2024
1 parent b487e39 commit cae037c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/templates/server-repository/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ data:
REPOSITORY_SERVER_PORT: {{ .Values.serverRepository.service.repository.port | quote }}
REPOSITORY_SERVER_EXTERNAL_PORT: {{ .Values.serverRepository.service.repository.port | quote }}
NODE_ENV: {{ .Values.serverRepository.config.NODE_ENV | default "development" }}
SOURCIFY_SERVER: {{ .Values.serverRepository.config.SERVER_URL }}
SOURCIFY_SERVER: "http://{{ template "sourcify.name" . }}-server:5555"
---
apiVersion: v1
kind: ConfigMap
Expand Down

0 comments on commit cae037c

Please sign in to comment.