You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RuoYi-Vue-cloud/cloud/deploy/ruoyi-java.yaml

41 lines
764 B

---
apiVersion: apps/v1
kind: Deployment
metadata:
name: ruoyi-java
spec:
replicas: 2
selector:
matchLabels:
app: ruoyi-java
template:
metadata:
labels:
app: ruoyi-java
spec:
containers:
- name: ruoyi-java
image: 192.168.96.141/library/ruoyi-java:v2.0
imagePullPolicy: Always
ports:
- containerPort: 8080
hostAliases:
- ip: "192.168.96.160"
hostnames:
- "mysql.server"
- ip: "192.168.96.141"
hostnames:
- "redis.server"
---
apiVersion: v1
kind: Service
metadata:
name: ruoyi-java-service
spec:
selector:
app: ruoyi-java
ports:
- port: 8080
targetPort: 8080