ansible role update
This commit is contained in:
21
ansible/roles/helm_install/files/redis/override-values.yaml
Normal file
21
ansible/roles/helm_install/files/redis/override-values.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
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
|
||||
Reference in New Issue
Block a user