-
Berend Sliedrecht authored
Signed-off-by:
Berend Sliedrecht <sliedrecht@berend.io>
Berend Sliedrecht authoredSigned-off-by:
Berend Sliedrecht <sliedrecht@berend.io>
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
README.md 10.32 KiB
connection-manager
connection-manager 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 |
connectionManager.agent.host | string | "ssi-abstraction" |
|
connectionManager.agent.port | int | 3010 |
|
connectionManager.agent.protocol | string | "http" |
|
connectionManager.database.db | string | "ocm_connection_manager" |
|
connectionManager.database.host | string | "postgresql-postgresql-ha-postgresql.infra" |
|
connectionManager.database.password | string | "ocm_connection_manager" |
|
connectionManager.database.port | int | 5432 |
|
connectionManager.database.schema | string | "connection" |
|
connectionManager.database.user | string | "ocm_connection_manager" |
|
connectionManager.elastic.port | int | 9200 |
|
connectionManager.elastic.protocol | string | "http" |
|
connectionManager.elastic.url | string | "elasticsearch" |
|
connectionManager.nats.port | int | 4222 |
|
connectionManager.nats.protocol | string | "nats" |
|
connectionManager.nats.url | string | "nats" |
|
image.name | string | "gaiax/connection-manager" |
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.pathOverride | string | "" |
|
ingress.tlsEnabled | bool | true |
|
log.encoding | string | "json" |
|
log.level | string | "INFO" |
|
metrics.enabled | bool | true |
Enable prometheus metrics |
metrics.port | int | 2112 |
Port for prometheus metrics |
name | string | "connection-manager" |
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 | 3003 |
Autogenerated from chart metadata using helm-docs v1.10.0