a-cloud-all/k8s/10-file/service.yaml

14 lines
195 B
YAML
Raw Permalink Normal View History

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