You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Multiple st2rulesengine processes can run in active-active with only connections to MongoDB and RabbitMQ. All these will share the TriggerInstance load and naturally pick up more work if one or more of the processes becomes unavailable.
@@ -1050,6 +1083,13 @@ mongodb:
1050
1083
arbiter:
1051
1084
enabled: false
1052
1085
resources: {}
1086
+
tls:
1087
+
enabled: true
1088
+
replicaset:
1089
+
existingSecrets:
1090
+
- internal-tls
1091
+
- internal-tls
1092
+
- internal-tls
1053
1093
1054
1094
##
1055
1095
## RabbitMQ configuration (3rd party chart dependency)
@@ -1067,6 +1107,10 @@ rabbitmq:
1067
1107
forceBoot: true
1068
1108
# Authentication Details
1069
1109
auth:
1110
+
tls:
1111
+
enabled: true
1112
+
existingSecret: "internal-tls"
1113
+
# Fail over to username admin if LDAP is down:
1070
1114
username: admin
1071
1115
# TODO: Use default random 10 character password, but need to fetch this string for use by downstream services
1072
1116
password: 9jS+w1u07NbHtZke1m+jW4Cj
@@ -1097,7 +1141,9 @@ rabbitmq:
1097
1141
# As RabbitMQ enabled prometheus operator monitoring by default, disable it for non-prometheus users
1098
1142
metrics:
1099
1143
enabled: false
1100
-
1144
+
tls:
1145
+
enabled: true
1146
+
existingSecret: "internal-tls"
1101
1147
##
1102
1148
## Redis HA configuration (3rd party chart dependency)
1103
1149
##
@@ -1133,6 +1179,13 @@ redis:
1133
1179
usePassword: false
1134
1180
metrics:
1135
1181
enabled: false
1182
+
tls:
1183
+
enabled: true
1184
+
authClients: false
1185
+
certificatesSecret: internal-tls
1186
+
certFilename: tls.crt
1187
+
certKeyFilename: tls.key
1188
+
certCAFilename: ca.crt
1136
1189
1137
1190
##
1138
1191
## Settings to be applied to all stackstorm-ha pods
0 commit comments