fix(k8s): 移除 kustomize 的 registry 镜像改写,使用本地导入镜像
This commit is contained in:
@@ -1 +1 @@
|
|||||||
{"root":["./src/App.tsx","./src/main.tsx","./src/types.ts","./src/vite-env.d.ts","./src/api/client.ts","./src/api/index.ts","./src/components/AuthInit.tsx","./src/components/Header.tsx","./src/components/PostCard.tsx","./src/components/StarBackground.tsx","./src/pages/HomePage.tsx","./src/pages/OAuthCallback.tsx","./src/pages/PostPage.tsx","./src/pages/RssPage.tsx","./src/pages/TagsPage.tsx","./src/pages/admin/AdminLayout.tsx","./src/pages/admin/AdminPage.tsx","./src/pages/admin/EditorPage.tsx","./src/store/auth.ts","./src/store/theme.ts"],"version":"6.0.3"}
|
{"root":["./src/App.tsx","./src/main.tsx","./src/types.ts","./src/vite-env.d.ts","./src/api/client.ts","./src/api/index.ts","./src/components/AuthInit.tsx","./src/components/ErrorBoundary.tsx","./src/components/Header.tsx","./src/components/Markdown.tsx","./src/components/PostCard.tsx","./src/components/StarBackground.tsx","./src/config/hero.ts","./src/config/profile.ts","./src/lib/tree.ts","./src/pages/HomePage.tsx","./src/pages/LibraryPage.tsx","./src/pages/OAuthCallback.tsx","./src/pages/PostPage.tsx","./src/pages/ProfilePage.tsx","./src/pages/RssPage.tsx","./src/pages/admin/AdminHeroPage.tsx","./src/pages/admin/AdminLayout.tsx","./src/pages/admin/AdminPage.tsx","./src/pages/admin/AdminProfilePage.tsx","./src/pages/admin/EditorPage.tsx","./src/store/auth.ts","./src/store/theme.ts"],"version":"6.0.3"}
|
||||||
@@ -15,10 +15,7 @@ resources:
|
|||||||
- backend/service.yaml
|
- backend/service.yaml
|
||||||
- ingress.yaml
|
- ingress.yaml
|
||||||
|
|
||||||
images:
|
# 镜像通过 k3s ctr images import 本地导入,不走 registry
|
||||||
- name: blog-backend
|
|
||||||
newName: your-registry/blog-backend
|
|
||||||
newTag: latest
|
|
||||||
|
|
||||||
# 可选:统一修改域名
|
# 可选:统一修改域名
|
||||||
# replacements:
|
# replacements:
|
||||||
|
|||||||
Reference in New Issue
Block a user