Watch
1
0
Fork
You've already forked pkg-proxy
1
mirror of https://github.com/git-pkgs/proxy.git synced 2026-08-24 04:44:56 -04:00
pkg-proxy/deploy/charts/proxy/templates/NOTES.txt

15 lines
603 B
Text
Raw Permalink Normal View History

2026-08-13 10:36:34 +01:00
git-pkgs proxy has been installed.
The default base URL is intended for local port forwarding. Before exposing the
proxy, set config.data.base_url to the URL used by package-manager clients.
To access the proxy locally:
kubectl -n {{ .Release.Namespace }} port-forward service/{{ include "proxy.fullname" . }} {{ .Values.service.port }}:{{ .Values.service.port }}
Then visit http://localhost:{{ .Values.service.port }}/.
{{- if not .Values.persistence.enabled }}
WARNING: persistence is disabled. Cached artifacts and the default SQLite
database will be lost when the pod is replaced.
{{- end }}