update
This commit is contained in:
@@ -239,32 +239,6 @@ subsets:
|
||||
- port: 9000
|
||||
name: http
|
||||
---
|
||||
# NPM (Verdaccio) 服务 (端口 30001, IP: 10.0.32.6)
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: npm-external
|
||||
namespace: default
|
||||
spec:
|
||||
type: ClusterIP
|
||||
ports:
|
||||
- port: 30001
|
||||
targetPort: 30001
|
||||
protocol: TCP
|
||||
name: http
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Endpoints
|
||||
metadata:
|
||||
name: npm-external
|
||||
namespace: default
|
||||
subsets:
|
||||
- addresses:
|
||||
- ip: 10.0.32.6
|
||||
ports:
|
||||
- port: 30001
|
||||
name: http
|
||||
---
|
||||
# Gist 服务 (端口 6157, 本地)
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
|
||||
Reference in New Issue
Block a user