a-cloud-all/k8s/13-device/service.yaml

14 lines
201 B
YAML
Raw Normal View History

apiVersion: v1
kind: Service
metadata:
name: tuoheng-modules-device
namespace: ruoyi
spec:
type: ClusterIP
ports:
- port: 9202
targetPort: 9202
name: http
selector:
app: device