14 lines
195 B
YAML
14 lines
195 B
YAML
|
|
apiVersion: v1
|
||
|
|
kind: Service
|
||
|
|
metadata:
|
||
|
|
name: tuoheng-modules-fms
|
||
|
|
namespace: ruoyi
|
||
|
|
spec:
|
||
|
|
type: ClusterIP
|
||
|
|
ports:
|
||
|
|
- port: 9205
|
||
|
|
targetPort: 9205
|
||
|
|
name: http
|
||
|
|
selector:
|
||
|
|
app: fms
|