File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
api/kubernetes/helm-chart Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ Cosmo Tech Platform API
6060| config.csm.platform.internalResultServices.eventBus.port | int | ` 5672 ` | |
6161| config.csm.platform.internalResultServices.eventBus.sender.password | string | ` "changeme" ` | |
6262| config.csm.platform.internalResultServices.eventBus.sender.username | string | ` "changeme" ` | |
63- | config.csm.platform.internalResultServices.eventBus.tls.bundle | string | ` "" ` | |
63+ | config.csm.platform.internalResultServices.eventBus.tls.bundle | string | ` "changeme " ` | |
6464| config.csm.platform.internalResultServices.eventBus.tls.enabled | bool | ` false ` | |
6565| config.csm.platform.internalResultServices.storage.admin.password | string | ` "changeme" ` | |
6666| config.csm.platform.internalResultServices.storage.admin.username | string | ` "changeme" ` | |
@@ -73,7 +73,7 @@ Cosmo Tech Platform API
7373| config.csm.platform.twincache.host | string | ` "redis.host.changeme" ` | |
7474| config.csm.platform.twincache.password | string | ` "changeme" ` | |
7575| config.csm.platform.twincache.port | int | ` 6379 ` | |
76- | config.csm.platform.twincache.tls.bundle | string | ` "" ` | |
76+ | config.csm.platform.twincache.tls.bundle | string | ` "changeme " ` | |
7777| config.csm.platform.twincache.tls.enabled | bool | ` false ` | |
7878| config.csm.platform.twincache.username | string | ` "default" ` | |
7979| deploymentStrategy | object | ` {"rollingUpdate":{"maxSurge":1,"maxUnavailable":"50%"},"type":"RollingUpdate"} ` | Deployment strategy |
You can’t perform that action at this time.
0 commit comments