14 lines
187 B
YAML
14 lines
187 B
YAML
|
|
apiVersion: v1
|
||
|
|
kind: Service
|
||
|
|
metadata:
|
||
|
|
name: ruoyi-auth
|
||
|
|
namespace: ruoyi
|
||
|
|
spec:
|
||
|
|
type: ClusterIP
|
||
|
|
ports:
|
||
|
|
- port: 9200
|
||
|
|
targetPort: 9200
|
||
|
|
name: http
|
||
|
|
selector:
|
||
|
|
app: auth
|