Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
infohub-helm
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gaia-X
Trust Services API
infohub-helm
Commits
57d7f05d
Commit
57d7f05d
authored
2 years ago
by
Valeri Fikov
Browse files
Options
Downloads
Patches
Plain Diff
initial push
parent
c52f3d11
No related branches found
Branches containing commit
Tags
v1.2.2
Tags containing commit
No related merge requests found
Pipeline
#51718
failed with stage
in 3 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+9
-17
9 additions, 17 deletions
README.md
with
9 additions
and
17 deletions
README.md
+
9
−
17
View file @
57d7f05d
#
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
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment