diff --git a/charts/everest/templates/everest-server/deployment.yaml b/charts/everest/templates/everest-server/deployment.yaml index 7b07df7a..9c419c71 100644 --- a/charts/everest/templates/everest-server/deployment.yaml +++ b/charts/everest/templates/everest-server/deployment.yaml @@ -52,3 +52,5 @@ spec: - name: API_REQUESTS_RATE_LIMIT value: "{{ .Values.server.apiRequestsRateLimit }}" {{- end }} + - name: VERSION_SERVICE_URL + value: {{ (include "everest.versionMetadataURL" .) }}