a-cloud-all/k8s/15-task/service.yaml

14 lines
197 B
YAML
Raw Permalink Normal View History

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