You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
342 B
YAML
18 lines
342 B
YAML
4 years ago
|
apiVersion: v1
|
||
|
kind: Pod
|
||
|
metadata:
|
||
|
name: shedding
|
||
|
namespace: adhoc
|
||
|
spec:
|
||
|
containers:
|
||
|
- name: shedding
|
||
|
image: registry-vpc.cn-hangzhou.aliyuncs.com/xapp/shedding:v1
|
||
|
imagePullPolicy: Always
|
||
|
resources:
|
||
|
requests:
|
||
|
cpu: 1000m
|
||
|
limits:
|
||
|
cpu: 1000m
|
||
|
imagePullSecrets:
|
||
|
- name: aliyun
|