a-cloud-all/k8s/08-gen/service.yaml

14 lines
193 B
YAML
Raw Permalink Normal View History

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