a-cloud-all/k8s/06-auth/service.yaml

14 lines
187 B
YAML
Raw Permalink Normal View History

apiVersion: v1
kind: Service
metadata:
name: ruoyi-auth
namespace: ruoyi
spec:
type: ClusterIP
ports:
- port: 9200
targetPort: 9200
name: http
selector:
app: auth