Files
dsk-iac/packer/ansible/roles/helm_install/files/redis/override-values.yaml
havelight-ee 2d70373907 update
2023-05-11 13:55:28 +09:00

22 lines
449 B
YAML

architecture: standalone
auth:
sentinel: false
password: "root"
master:
service:
type: NodePort
tolerations:
- key: "dev/data-kafka"
operator: "Exists"
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: datasaker/group
operator: In
values:
- data-kafka
replica:
replicaCount: 1