25 行
638 B
YAML
25 行
638 B
YAML
apiVersion: helm.cattle.io/v1
|
|
kind: HelmChart
|
|
metadata:
|
|
name: cloudnative-pg
|
|
namespace: infra-data
|
|
spec:
|
|
repo: https://cloudnative-pg.github.io/charts
|
|
chart: cloudnative-pg
|
|
targetNamespace: infra-data
|
|
version: 0.23.2
|
|
valuesContent: |-
|
|
affinity:
|
|
nodeAffinity:
|
|
requiredDuringSchedulingIgnoredDuringExecution:
|
|
nodeSelectorTerms:
|
|
- matchExpressions:
|
|
- key: topology.kubernetes.io/region
|
|
operator: In
|
|
values:
|
|
- "cn-sh"
|
|
tolerations:
|
|
- key: "node-role.kubernetes.io/control-plane"
|
|
operator: "Exists"
|
|
|