mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-21 01:00:24 +08:00
20 lines
388 B
YAML
20 lines
388 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: ql3-worker
|
|
spec:
|
|
template:
|
|
spec:
|
|
containers:
|
|
- name: worker
|
|
env:
|
|
- name: QL3_WORKER_CAPACITY_PROFILE
|
|
value: node
|
|
resources:
|
|
requests:
|
|
cpu: 250m
|
|
memory: 256Mi
|
|
limits:
|
|
cpu: "2"
|
|
memory: 1Gi
|