Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.

credential-manager

Version: 1.0.0 Type: application AppVersion: 1.0.0

OCM Credential Manager Helm Chart

Values

Key Type Default Description
autoscaling.enabled bool false
autoscaling.maxReplicas int 3
autoscaling.minReplicas int 1
autoscaling.targetCPUUtilizationPercentage int 70
autoscaling.targetMemoryUtilizationPercentage int 70
fullnameOverride string ""
image.pullPolicy string "IfNotPresent"
image.repository string "ocm-credential-manager"
image.tag string "latest"
imagePullSecrets list []
ingress.annotations."kubernetes.io/ingress.class" string "nginx"
ingress.className string "nginx"
ingress.enabled bool true
ingress.hosts[0].host string "kubernetes.docker.internal"
ingress.hosts[0].paths[0].backend.service.name string "credential-manager"
ingress.hosts[0].paths[0].backend.service.port.number int 3000
ingress.hosts[0].paths[0].path string "/"
ingress.hosts[0].paths[0].pathType string "Prefix"
ingress.tls[0].hosts[0] string "kubernetes.docker.internal"
ingress.tls[0].secretName string "credential-manager-tls"
nameOverride string ""
podAnnotations object {}
podLabels object {}
podSecurityContext object {}
replicaCount int 1
resources object {}
schemaManager.http.host string "0.0.0.0"
schemaManager.http.port int 3000
schemaManager.nats.monitoringUrl string "http://ocm-nats.default.svc.cluster.local:8222"
schemaManager.nats.password string "Q0RfunXJeF"
schemaManager.nats.url string "nats://ocm-nats.default.svc.cluster.local:4222"
schemaManager.nats.user string "nats_client"
schemaManager.ssiAgent.url string "http://ssi-agent:8080"
securityContext object {}
service.port int 3000
serviceAccount.annotations object {}
serviceAccount.automount bool true
serviceAccount.create bool true
serviceAccount.name string ""

Autogenerated from chart metadata using helm-docs v1.12.0