feat(local): pull sunbeam-proxy from Gitea registry; switch to imagePullPolicy Always

Image is now built and pushed by `sunbeam.py --build` rather than imported
directly into k3s containerd. imagePullPolicy changes from Never to Always
so every rollout restart pulls the freshly pushed image.
This commit is contained in:
2026-03-02 18:54:56 +00:00
parent e0f1803e33
commit cc2d4e6cbd
2 changed files with 5 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ spec:
spec:
containers:
- name: pingora
imagePullPolicy: Never
imagePullPolicy: Always
ports:
# Bind HTTP/HTTPS directly to the Lima VM's host network
- name: http