茶碗

Results 3 comments of 茶碗

> how to setting Monitor resources ? > > ``` > monitor: > image: oliver006/redis_exporter:v1.13.1 > ``` > > ``` > resources: > requests: > cpu: 1 > memory: 1Gi...

> ![image](https://user-images.githubusercontent.com/80240748/145747620-1cf00a28-7ffc-4b07-aafd-f967858796dd.png) 设置了 没生效 没用过,只配置了nodeaffinity及podantiaffinity

> 如题。 可以, spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: node-label operator: In values: - "yes" podAntiAffinity: preferredDuringSchedulingIgnoredDuringExecution: - podAffinityTerm: labelSelector: matchExpressions: - key: app operator: In values:...