Skip to content
Snippets Groups Projects
Commit 57d7f05d authored by Valeri Fikov's avatar Valeri Fikov :speech_balloon:
Browse files

initial push

parent c52f3d11
No related branches found
Tags v1.2.2
No related merge requests found
Pipeline #51718 failed with stage
in 3 seconds
# infohub
# signer
![Version: 0.0.0](https://img.shields.io/badge/Version-0.0.0-informational?style=flat-square) ![AppVersion: 0.0.0](https://img.shields.io/badge/AppVersion-0.0.0-informational?style=flat-square)
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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment