mirror of
https://gitlab.com/deepcypher/dc-kc.git
synced 2026-01-27 11:12:08 +00:00
14 lines
308 B
YAML
14 lines
308 B
YAML
volsync:
|
|
manageCRDs: true
|
|
replicaCount: 2
|
|
affinity:
|
|
nodeAffinity:
|
|
requiredDuringSchedulingIgnoredDuringExecution:
|
|
nodeSelectorTerms:
|
|
- matchExpressions:
|
|
- key: kubernetes.io/arch
|
|
operator: In
|
|
values:
|
|
# - arm64
|
|
- amd64
|