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

README changes

parent f4d3ad19
No related branches found
Tags v1.2.2
No related merge requests found
Pipeline #51807 passed with stage
in 8 seconds
......@@ -9,6 +9,7 @@ infohub deployment
| 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 |
......@@ -34,10 +35,10 @@ 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"` | |
| mongo.addr | string | `"mongodb://mongodb-mongodb-replicaset.infra:27017/infohub?replicaSet=rs0&authSource=admin&ssl=true"` | |
| mongo.dbname | string | `"infohub"` | |
| mongo.pass | string | `"root"` | |
| mongo.user | string | `"root"` | |
| mongo.pass | string | `""` | |
| mongo.user | string | `""` | |
| name | string | `"infohub"` | Application name |
| nameOverride | string | `""` | Ovverwrites application name |
| podAnnotations | object | `{}` | |
......
......@@ -65,7 +65,7 @@ spec:
- name: SIGNER_ADDR
value: {{ .Values.addresses.signer | quote }}
- name: ISSUER_URI
value: {{ .Values.addresses.iisueruri| quote }}
value: {{ .Values.addresses.issueruri | quote }}
{{- if .Values.extraVars }}
{{ toYaml .Values.extraVars | indent 8 }}
{{- end }}
......
......@@ -84,7 +84,7 @@ addresses:
policy: http://policy:8080
cache: http://cache:8080
signer: http://signer:8080
issueruri: "did:tsa:123"
issueruri: did:tsa:123
ingress:
enabled: true
......
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