File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 4040 DIFFGRAM_MINIO_DISABLED_SSL_VERIFY: { {.Values.diffgramSettings.DIFFGRAM_MINIO_DISABLED_SSL_VERIFY} }
4141 RABBITMQ_HOST: { {.Values.diffgramSettings.RABBITMQ_HOST} }
4242 RABBITMQ_PORT: { {.Values.diffgramSettings.RABBITMQ_PORT} }
43+ RABBITMQ_USE_SSL: { {.Values.diffgramSettings.RABBITMQ_USE_SSL} }
4344 RABBITMQ_DEFAULT_USER: { {.Values.rabbitmq.auth.username} }
4445 USE_OAUTH2: { {.Values.diffgramSettings.USE_OAUTH2} }
4546 OAUTH2_PROVIDER_NAME: { {.Values.diffgramSettings.OAUTH2_PROVIDER_NAME} }
Original file line number Diff line number Diff line change 1515 - port : 5432
1616 selector :
1717 app : postgres
18- {{ end }}
18+ {{ end }}
19+
Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ diffgramSettings:
102102 DIFFGRAM_MINIO_DISABLED_SSL_VERIFY : ' "False"'
103103 RABBITMQ_PORT : " '5672'"
104104 RABBITMQ_HOST : " diffgram-rabbitmq"
105+ RABBITMQ_USE_SSL : ' "False"'
105106 SIGNED_URL_CACHE_MINIMUM_DAYS_VALID : " '5'"
106107 SIGNED_URL_CACHE_NEW_OFFSET_DAYS_VALID : " '6'"
107108
You can’t perform that action at this time.
0 commit comments