diff --git a/values.yaml b/values.yaml index 01f751cf..024d96a3 100644 --- a/values.yaml +++ b/values.yaml @@ -1044,6 +1044,8 @@ mongodb: # Number of MongoDB replicas to deploy. # Ignored when mongodb.architecture=standalone replicaCount: 3 + # Tolerations to MongoDB pods + tolerations: [] auth: enabled: true # NB! It's highly recommended to change ALL insecure auth defaults! @@ -1073,6 +1075,8 @@ rabbitmq: # Change to `false` to disable in-cluster rabbitmq deployment. # Specify your external [messaging] connection parameters under st2.config enabled: true + # Tolerations to RabbitMQ pods + tolerations: [] clustering: # On unclean cluster restarts forceBoot is required to cleanup Mnesia tables (see: https://github.com/helm/charts/issues/13485) # Use it only if you prefer availability over integrity. @@ -1145,6 +1149,12 @@ redis: usePassword: false metrics: enabled: false + master: + # Tolerations to Redis master pods + tolerations: [] + slave: + # Tolerations to Redis slave pods + tolerations: [] ## ## Settings to be applied to all stackstorm-ha pods