15 lines
204 B
YAML
15 lines
204 B
YAML
|
|
apiVersion: v1
|
||
|
|
kind: Service
|
||
|
|
metadata:
|
||
|
|
name: ruoyi-nginx
|
||
|
|
namespace: ruoyi
|
||
|
|
spec:
|
||
|
|
type: NodePort
|
||
|
|
ports:
|
||
|
|
- port: 80
|
||
|
|
targetPort: 80
|
||
|
|
nodePort: 30081
|
||
|
|
name: http
|
||
|
|
selector:
|
||
|
|
app: nginx
|