We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbf2035 commit d3bc8a0Copy full SHA for d3bc8a0
1 file changed
install/kubernetes/github-actions-cache-server/templates/_helpers.tpl
@@ -122,7 +122,7 @@ Generate environment variables from config values.
122
- name: PORT
123
value: "3000"
124
- name: API_BASE_URL
125
- value: {{ default (printf "http://%s.%s.svc.cluster.local" (include "github-actions-cache-server.fullname" .) .Release.Namespace) .Values.config.apiBaseUrl | quote }}
+ value: {{ default (printf "http://%s.%s.svc.cluster.local:%v" (include "github-actions-cache-server.fullname" .) .Release.Namespace .Values.service.port) .Values.config.apiBaseUrl | quote }}
126
- name: ENABLE_DIRECT_DOWNLOADS
127
value: {{ .Values.config.enableDirectDownloads | quote }}
128
- name: CACHE_CLEANUP_OLDER_THAN_DAYS
0 commit comments