k3s-files/nwbot/deployment.yaml

19 lines
332 B
YAML
Raw Normal View History

2023-01-08 06:18:24 +00:00
apiVersion: apps/v1
kind: Deployment
metadata:
name: nwbot
spec:
selector:
matchLabels:
app: nwbot
template:
metadata:
labels:
app: nwbot
spec:
containers:
- name: nwbot
image: hkccr.ccs.tencentyun.com/yume/nwbot:test
ports:
- containerPort: 53121