diff --git a/README.md b/README.md index 44cc1ac5bd5d32649aacb9688a3fba0bda5d8a7e..5ecb2d83501c5ca694d5aad5444e03d61a9f7d4c 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,19 @@ -# infohub +# signer   -infohub deployment +signer deployment ## Values | Key | Type | Default | Description | |-----|------|---------|-------------| -| addresses.cache | string | `"http://cache:8080"` | | -| addresses.issueruri | string | `"did:tsa:123"` | | -| addresses.policy | string | `"http://policy:8080"` | | -| addresses.signer | string | `"http://signer:8080"` | | | autoscaling.enabled | bool | `false` | Enable autoscaling | | autoscaling.maxReplicas | int | `3` | Maximum replicas | | autoscaling.minReplicas | int | `1` | Minimum replicas | | autoscaling.targetCPUUtilizationPercentage | int | `70` | CPU target for autoscaling trigger | | autoscaling.targetMemoryUtilizationPercentage | int | `70` | Memory target for autoscaling trigger | -| image.name | string | `"gaiax/infohub"` | Image name | +| image.name | string | `"gaiax/signer"` | Image name | | image.pullPolicy | string | `"IfNotPresent"` | Image pull policy | | image.pullSecrets | string | `"deployment-key-light"` | Image pull secret when internal image is used | | image.repository | string | `"eu.gcr.io/vrgn-infra-prj"` | | @@ -35,11 +31,7 @@ infohub deployment | log.level | string | `"debug"` | | | metrics.enabled | bool | `true` | Enable prometheus metrics | | metrics.port | int | `2112` | Port for prometheus metrics | -| mongo.addr | string | `"mongodb://mongodb-mongodb-replicaset.infra:27017/infohub?replicaSet=rs0&authSource=admin&ssl=true"` | | -| mongo.dbname | string | `"infohub"` | | -| mongo.pass | string | `""` | | -| mongo.user | string | `""` | | -| name | string | `"infohub"` | Application name | +| name | string | `"signer"` | Application name | | nameOverride | string | `""` | Ovverwrites application name | | podAnnotations | object | `{}` | | | replicaCount | int | `1` | Default number of instances to start | @@ -51,11 +43,11 @@ infohub deployment | security.runAsNonRoot | bool | `false` | by default, apps run as non-root | | security.runAsUid | int | `0` | User used by the apps | | service.port | int | `8080` | | -| task.http.host | string | `""` | | -| task.http.port | int | `8080` | | -| task.http.timeout.idle | string | `"120s"` | | -| task.http.timeout.read | string | `"10s"` | | -| task.http.timeout.write | string | `"10s"` | | +| signer.http.host | string | `""` | | +| signer.http.port | int | `8080` | | +| signer.http.timeout.idle | string | `"120s"` | | +| signer.http.timeout.read | string | `"10s"` | | +| signer.http.timeout.write | string | `"10s"` | | ---------------------------------------------- Autogenerated from chart metadata using [helm-docs v1.10.0](https://github.com/norwoodj/helm-docs/releases/v1.10.0)