删除 Verdaccio 部署和服务配置文件,并新增备份文件

This commit is contained in:
2026-03-22 23:53:07 +08:00
parent f572f233e7
commit 4bbb6cef8a
3 changed files with 7 additions and 4 deletions

View File

@@ -1,13 +0,0 @@
apiVersion: v1
kind: Service
metadata:
name: verdaccio-service
spec:
selector:
machine: library
ports:
- protocol: TCP
port: 4873
targetPort: 4873
nodePort: 30001 # 可选,指定端口范围 30000-32767
type: NodePort