Skip to content
Snippets Groups Projects
Commit 590c90ca authored by Kalin Daskalov's avatar Kalin Daskalov
Browse files

Merge branch 'edit-helm' into 'main'

edit helm values and chart

See merge request eclipse/xfsc/tsa/signer!23
parents 6b06014b e18fd28a
Branches
Tags 0.0.1
No related merge requests found
......@@ -3,4 +3,3 @@ appVersion: v1.0.7
description: signer deployment
name: signer
version: 1.0.7
icon: "https://www.vereign.com/wp-content/themes/vereign2020/images/vereign-logo.svg"
# signer
![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![AppVersion: v1.0.1-rc](https://img.shields.io/badge/AppVersion-v1.0.1--rc-informational?style=flat-square)
signer deployment
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| 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/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"` | |
| image.sha | string | `""` | Image sha, usually generated by the CI Uses image.tag if empty |
| image.tag | string | `""` | Image tag Uses .Chart.AppVersion if empty |
| ingress.annotations."cert-manager.io/cluster-issuer" | string | `"letsencrypt-production-http"` | |
| ingress.annotations."kubernetes.io/ingress.class" | string | `"nginx"` | |
| ingress.annotations."kubernetes.io/ingress.global-static-ip-name" | string | `"dev-light-public"` | |
| ingress.annotations."nginx.ingress.kubernetes.io/rewrite-target" | string | `"/$2"` | |
| ingress.enabled | bool | `true` | |
| ingress.frontendDomain | string | `"gaiax.vereign.com"` | |
| ingress.frontendTlsSecretName | string | `"cert-manager-tls"` | |
| ingress.tlsEnabled | bool | `true` | |
| log.encoding | string | `"json"` | |
| log.level | string | `"debug"` | |
| metrics.enabled | bool | `true` | Enable prometheus metrics |
| metrics.port | int | `2112` | Port for prometheus metrics |
| name | string | `"signer"` | Application name |
| nameOverride | string | `""` | Ovverwrites application name |
| podAnnotations | object | `{}` | |
| replicaCount | int | `1` | Default number of instances to start |
| resources.limits.cpu | string | `"150m"` | |
| resources.limits.memory | string | `"128Mi"` | |
| resources.requests.cpu | string | `"25m"` | |
| resources.requests.memory | string | `"64Mi"` | |
| security.runAsGid | int | `0` | Group used by the apps |
| security.runAsNonRoot | bool | `false` | by default, apps run as non-root |
| security.runAsUid | int | `0` | User used by the apps |
| service.port | int | `8080` | |
| signer.credential.issuer | string | `"did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation"` | |
| 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"` | |
| signer.vault.addr | string | `"http://vault:8200"` | |
| signer.vault.key.signing | string | `"key1"` | |
| signer.vault.key.supported | string | `"ed25519,ecdsa-p256,ecdsa-p384,ecdsa-p521,rsa-2048"` | |
| signer.vault.token | string | `"token"` | |
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.10.0](https://github.com/norwoodj/helm-docs/releases/v1.10.0)
......@@ -8,7 +8,7 @@ nameOverride: ""
image:
repository: eu.gcr.io/vrgn-infra-prj
# -- Image name
name: gaiax/signer
name: tsa/signer
# -- Image tag
# Uses .Chart.AppVersion if empty
tag: ""
......@@ -80,7 +80,7 @@ signer:
signing: key1
supported: "ed25519,ecdsa-p256,ecdsa-p384,ecdsa-p521,rsa-2048"
credential:
issuer: "did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation"
issuer: "did:web:tsa.xfsc.dev:tsa:policy:policy:example:returnDID:1.0:evaluation"
ingress:
enabled: true
......@@ -88,6 +88,6 @@ ingress:
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/rewrite-target: /$2
tlsEnabled: true
frontendDomain: gaiax.vereign.com
frontendDomain: tsa.xfsc.dev
frontendTlsSecretName: cert-manager-tls
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment