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.
16 lines
314 B
YAML
16 lines
314 B
YAML
4 years ago
|
apiVersion: v1
|
||
|
kind: Pod
|
||
|
metadata:
|
||
|
name: etcdmon
|
||
|
namespace: discov
|
||
|
spec:
|
||
|
containers:
|
||
|
- name: etcdmon
|
||
|
image: registry-vpc.cn-hangzhou.aliyuncs.com/xapp/etcdmon:v200620093045
|
||
|
imagePullPolicy: Always
|
||
|
env:
|
||
|
- name: ETCD_CLUSTER
|
||
|
value: etcd.discov:2379
|
||
|
imagePullSecrets:
|
||
|
- name: aliyun
|