k3s-files/nwbot/deployment.yaml
2023-01-08 14:18:24 +08:00

19 lines
332 B
YAML

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