temp
This commit is contained in:
13
k8s/xiongxiao.me/services/verdaccio-services.yaml
Normal file
13
k8s/xiongxiao.me/services/verdaccio-services.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
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
|
||||
Reference in New Issue
Block a user