a-cloud-all/k8s/16-fms/service.yaml

14 lines
195 B
YAML
Raw Normal View History

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