mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-08 23:18:05 -05:00
feat(helm): tolerations & nodeSelector support
This commit is contained in:
@@ -51,6 +51,8 @@ infisical:
|
||||
affinity: {}
|
||||
# -- Tolerations definitions
|
||||
tolerations: []
|
||||
# -- Node selector for pod placement
|
||||
nodeSelector: {}
|
||||
# -- Kubernetes Secret reference containing Infisical root credentials
|
||||
kubeSecretRef: "infisical-secrets"
|
||||
|
||||
@@ -129,7 +131,7 @@ redis:
|
||||
cluster:
|
||||
# -- Clustered Redis deployment
|
||||
enabled: false
|
||||
|
||||
|
||||
# -- Requires a password for Redis authentication
|
||||
usePassword: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user