Files
dsProject/Doc/使用命令行创建K8S发布和服务/ds-base-service.yaml

13 lines
170 B
YAML
Raw Normal View History

2025-08-14 15:45:08 +08:00
apiVersion: v1
kind: Service
metadata:
name: ds-base
spec:
selector:
app: ds-base
type: NodePort
ports:
- protocol: TCP
port: 8001
targetPort: 8001