ZhiYi/k8s/service.yaml

12 lines
216 B
YAML
Raw Normal View History

2025-02-21 01:14:39 +00:00
apiVersion: v1
kind: Service
metadata:
name: zhiyi-core-service
spec:
type: NodePort # LoadBalancer 或 ClusterIP
ports:
- port: 5088
targetPort: 5088
nodePort: 31666
selector:
app: netcore-api