Skip to content

Commit 152f0fa

Browse files
chore(docs): Update generated Helm Charts documentations
Co-authored-by: csmplatform <[email protected]>
1 parent 952b1ec commit 152f0fa

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

api/kubernetes/helm-chart/README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# cosmotech-api
22

3-
![Version: 4.0.3-onprem](https://img.shields.io/badge/Version-4.0.3--onprem-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.0.3-onprem](https://img.shields.io/badge/AppVersion-4.0.3--onprem-informational?style=flat-square)
3+
![Version: 4.0.0-onprem.6](https://img.shields.io/badge/Version-4.0.0--onprem.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.0.0-onprem.6](https://img.shields.io/badge/AppVersion-4.0.0--onprem.6-informational?style=flat-square)
44

55
Cosmo Tech Platform API
66

@@ -48,10 +48,31 @@ Cosmo Tech Platform API
4848
| config.csm.platform.identityProvider.identity.clientSecret | string | `"changeme"` | |
4949
| config.csm.platform.identityProvider.identity.tenantId | string | `"changeme"` | |
5050
| config.csm.platform.identityProvider.serverBaseUrl | string | `"changeme"` | |
51+
| config.csm.platform.identityProvider.tls.bundle | string | `"changeme"` | |
52+
| config.csm.platform.identityProvider.tls.enabled | bool | `false` | |
5153
| config.csm.platform.identityProvider.tokenUrl | string | `"changeme"` | |
54+
| config.csm.platform.internalResultServices.enabled | bool | `false` | |
55+
| config.csm.platform.internalResultServices.eventBus.enabled | bool | `true` | |
56+
| config.csm.platform.internalResultServices.eventBus.host | string | `"localhost"` | |
57+
| config.csm.platform.internalResultServices.eventBus.listener.password | string | `"changeme"` | |
58+
| config.csm.platform.internalResultServices.eventBus.listener.username | string | `"changeme"` | |
59+
| config.csm.platform.internalResultServices.eventBus.port | int | `5672` | |
60+
| config.csm.platform.internalResultServices.eventBus.sender.password | string | `"changeme"` | |
61+
| config.csm.platform.internalResultServices.eventBus.sender.username | string | `"changeme"` | |
62+
| config.csm.platform.internalResultServices.eventBus.tls.bundle | string | `""` | |
63+
| config.csm.platform.internalResultServices.eventBus.tls.enabled | bool | `false` | |
64+
| config.csm.platform.internalResultServices.storage.admin.password | string | `"changeme"` | |
65+
| config.csm.platform.internalResultServices.storage.admin.username | string | `"changeme"` | |
66+
| config.csm.platform.internalResultServices.storage.host | string | `"localhost"` | |
67+
| config.csm.platform.internalResultServices.storage.port | int | `5432` | |
68+
| config.csm.platform.internalResultServices.storage.reader.password | string | `"changeme"` | |
69+
| config.csm.platform.internalResultServices.storage.reader.username | string | `"changeme"` | |
70+
| config.csm.platform.internalResultServices.storage.writer.password | string | `"changeme"` | |
71+
| config.csm.platform.internalResultServices.storage.writer.username | string | `"changeme"` | |
5272
| config.csm.platform.twincache.host | string | `"redis.host.changeme"` | |
5373
| config.csm.platform.twincache.password | string | `"changeme"` | |
5474
| config.csm.platform.twincache.port | int | `6379` | |
75+
| config.csm.platform.twincache.tls.bundle | string | `""` | |
5576
| config.csm.platform.twincache.tls.enabled | bool | `false` | |
5677
| config.csm.platform.twincache.username | string | `"default"` | |
5778
| deploymentStrategy | object | `{"rollingUpdate":{"maxSurge":1,"maxUnavailable":"50%"},"type":"RollingUpdate"}` | Deployment strategy |

0 commit comments

Comments
 (0)