Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
adkumar1 committed Nov 16, 2023
1 parent 6294a67 commit a8ddb87
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions charts/orchestrator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# managed-service-orchestrator

![Version: 1.5.0](https://img.shields.io/badge/Version-1.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.0](https://img.shields.io/badge/AppVersion-1.5.0-informational?style=flat-square)
![Version: 1.5.1](https://img.shields.io/badge/Version-1.5.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.1](https://img.shields.io/badge/AppVersion-1.5.1-informational?style=flat-square)

This service will help service provider to set up DFT/SDE with EDC and EDC as service in service provider environment.

@@ -27,10 +27,10 @@ This service will help service provider to set up DFT/SDE with EDC and EDC as se
| image.repository | string | `"tractusx/managed-service-orchestrator"` | Image to use for deploying an application |
| image.tag | string | `""` | Image tage is defined in chart appVersion |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{"cert-manager.io/cluster-issuer":"letsencrypt-prod","nginx.ingress.kubernetes.io/affinity":"cookie","nginx.ingress.kubernetes.io/backend-protocol":"HTTP","nginx.ingress.kubernetes.io/session-cookie-max-age":"172800"}` | Annotations to add to the ingress |
| ingress.annotations | object | `{}` | Annotations to add to the ingress |
| ingress.className | string | `"nginx"` | a reference to an Ingress Class resource that contains additional configuration including the name of the controller that should implement the class |
| ingress.enabled | bool | `false` | If you want to enable or disable the ingress |
| ingress.host | string | `""` | |
| ingress.host | string | `""` | Host of the application on which application runs |
| livenessProbe.failureThreshold | int | `3` | |
| livenessProbe.initialDelaySeconds | int | `60` | |
| livenessProbe.periodSeconds | int | `10` | |
@@ -40,11 +40,11 @@ This service will help service provider to set up DFT/SDE with EDC and EDC as se
| podAnnotations | object | `{}` | |
| podSecurityContext.fsGroup | int | `2000` | |
| portContainer | int | `9999` | |
| postgresql.auth.database | string | `"orchdb"` | |
| postgresql.auth.existingSecret | string | `"managed-service-orchestrator-int-secret"` | |
| postgresql.auth.secretKeys.adminPasswordKey | string | `"postgres-password"` | |
| postgresql.auth.secretKeys.userPasswordKey | string | `"password"` | |
| postgresql.auth.username | string | `"orchdbuser"` | |
| postgresql.auth.database | string | `""` | |
| postgresql.auth.existingSecret | string | `""` | |
| postgresql.auth.secretKeys.adminPasswordKey | string | `""` | |
| postgresql.auth.secretKeys.userPasswordKey | string | `""` | |
| postgresql.auth.username | string | `""` | |
| postgresql.enabled | bool | `true` | Enable the dependency postgres database |
| postgresql.metrics.containerSecurityContext.enabled | bool | `false` | |
| probe.endpoint | string | `"/api/healthz"` | |
@@ -58,7 +58,7 @@ This service will help service provider to set up DFT/SDE with EDC and EDC as se
| resources.limits.memory | string | `"2Gi"` | set a maximum amount of allows memory utilization by specifying a limit on the container. |
| resources.requests.cpu | string | `"400m"` | sets the minimum amount of CPU required for the container |
| resources.requests.memory | string | `"2Gi"` | set a minimum amount of allows memory utilization by specifying a limit on the container. |
| secretRef | string | `"managed-service-orchestrator-int-secret"` | |
| secretRef | string | `""` | |
| securityContext.allowPrivilegeEscalation | bool | `false` | Controls whether a process can gain more privilege |
| securityContext.runAsNonRoot | bool | `true` | |
| securityContext.runAsUser | int | `1000` | |
@@ -71,4 +71,4 @@ This service will help service provider to set up DFT/SDE with EDC and EDC as se
| tolerations | list | `[]` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3)

0 comments on commit a8ddb87

Please sign in to comment.