23 lines
402 B
YAML
23 lines
402 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: monitor
|
|
namespace: ruoyi
|
|
spec:
|
|
replicas: 1
|
|
selector:
|
|
matchLabels:
|
|
app: monitor
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: monitor
|
|
spec:
|
|
containers:
|
|
- name: monitor
|
|
image: ruoyi-visual-monitor-runtime
|
|
imagePullPolicy: Never
|
|
ports:
|
|
- containerPort: 9100
|
|
name: http
|