1- # cosmotech-api
1+ # cosmotech-api-chart
22
3- ![ Version: 0 .0.1 ] ( https://img.shields.io/badge/Version-0 .0.1- informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 1 .0.3] ( https://img.shields.io/badge/AppVersion-1 .0.3-informational?style=flat-square )
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 )
44
55Cosmo Tech Platform API
66
@@ -20,6 +20,11 @@ Cosmo Tech Platform API
2020| api.serviceMonitor.enabled | bool | ` true ` | |
2121| api.serviceMonitor.namespace | string | ` "cosmotech-monitoring" ` | |
2222| api.servletContextPath | string | ` "/" ` | |
23+ | api.tlsTruststore.enabled | bool | ` false ` | |
24+ | api.tlsTruststore.fileName | string | ` "" ` | |
25+ | api.tlsTruststore.jksPassword | string | ` "" ` | |
26+ | api.tlsTruststore.secretName | string | ` "" ` | |
27+ | api.tlsTruststore.type | string | ` "pem" ` | |
2328| api.version | string | ` "latest" ` | |
2429| argo.imageCredentials.password | string | ` "" ` | password for registry to use for pulling the Workflow images. Useful if you are using a private registry |
2530| argo.imageCredentials.registry | string | ` "" ` | container registry to use for pulling the Workflow images. Useful if you are using a private registry |
@@ -44,6 +49,11 @@ Cosmo Tech Platform API
4449| config.csm.platform.identityProvider.identity.tenantId | string | ` "changeme" ` | |
4550| config.csm.platform.identityProvider.serverBaseUrl | string | ` "changeme" ` | |
4651| config.csm.platform.identityProvider.tokenUrl | string | ` "changeme" ` | |
52+ | config.csm.platform.twincache.host | string | ` "redis.host.changeme" ` | |
53+ | config.csm.platform.twincache.password | string | ` "changeme" ` | |
54+ | config.csm.platform.twincache.port | int | ` 6379 ` | |
55+ | config.csm.platform.twincache.tls.enabled | bool | ` false ` | |
56+ | config.csm.platform.twincache.username | string | ` "default" ` | |
4757| deploymentStrategy | object | ` {"rollingUpdate":{"maxSurge":1,"maxUnavailable":"50%"},"type":"RollingUpdate"} ` | Deployment strategy |
4858| deploymentStrategy.rollingUpdate.maxSurge | int | ` 1 ` | maximum number of Pods that can be created over the desired number of Pods |
4959| deploymentStrategy.rollingUpdate.maxUnavailable | string | ` "50%" ` | maximum number of Pods that can be unavailable during the update process |
@@ -80,4 +90,4 @@ Cosmo Tech Platform API
8090| tolerations | list | ` [] ` | |
8191
8292----------------------------------------------
83- Autogenerated from chart metadata using [ helm-docs v1.5.0 ] ( https://github.com/norwoodj/helm-docs/releases/v1.5.0 )
93+ Autogenerated from chart metadata using [ helm-docs v1.14.2 ] ( https://github.com/norwoodj/helm-docs/releases/v1.14.2 )
0 commit comments