Skip to content

Latest commit

 

History

History
67 lines (60 loc) · 4.64 KB

README.md

File metadata and controls

67 lines (60 loc) · 4.64 KB

sdfactory

Version: 2.1.22 Type: application AppVersion: 2.1.14

Helm Charts for SD Factory application. Self-Description Factory component is responsible for the creation of Self Descriptions.

Source Code

Values

Key Type Default Description
affinity object {}
autoscaling.enabled bool false
autoscaling.maxReplicas int 100
autoscaling.minReplicas int 1
autoscaling.targetCPUUtilizationPercentage int 80
fullnameOverride string ""
image.pullPolicy string "IfNotPresent" Set the Image Pull Policy
image.repository string "tractusx/sdfactory" Image to use for deploying an application
image.tag string "" Image tage is defined in chart appVersion.
imagePullSecrets list []
ingress.annotations object {}
ingress.className string "" a reference to an Ingress Class resource that contains additional configuration including the name of the controller that should implement the class.
ingress.enabled bool false If you want to enable the ingress
ingress.hosts[0] object {"host":"","paths":[{"path":"/","pathType":"ImplementationSpecific"}]} Host of the application on which application runs
ingress.hosts[0].paths[0].pathType string "ImplementationSpecific" ImplementationSpecific path type matching is up to the IngressClass. Implementations can treat this as a separate pathType or treat it identically to Prefix or Exact path types.
ingress.issuer string "letsencrypt-prod" Kubernetes resources that represent certificate authorities that are able to generate signed certificates by honoring certificate signing requests.
ingress.tls list [] Ingress TLS configuration
livenessProbe.initialDelaySeconds int 10
livenessProbe.periodSeconds int 10
nameOverride string ""
nodeSelector object {}
podAnnotations object {}
podSecurityContext.fsGroup int 2000
readinessProbe.initialDelaySeconds int 10
readinessProbe.periodSeconds int 10
replicaCount int 1 Number of Replicas for pods
resources.limits.cpu string "600m" set a maximum amount of allows CPU utilization by specifying a limit on the container.
resources.limits.memory string "700Mi" set a maximum amount of allows memory utilization by specifying a limit on the container.
resources.requests.cpu string "300m" sets the minimum amount of CPU required for the container
resources.requests.memory string "700Mi" set a minimum amount of allows memory utilization by specifying a limit on the container.
sdfactory.secret.clearingHouseClientId string "" Details for Clearing House Client ID
sdfactory.secret.clearingHouseClientSecret string "" Details for Clearing House Client Secret
sdfactory.secret.clearingHouseRealm string "" Details for Clearing House Realm
sdfactory.secret.clearingHouseServerUrl string "" Details for Clearing House URL
sdfactory.secret.clearingHouseUri string "" Details for Clearing House URI
sdfactory.secret.jwkSetUri string "" JWK Set URI
sdfactory.secret.verifycredentialsUri string "" Details for Verifying Client uri
securityContext.allowPrivilegeEscalation bool false
securityContext.capabilities.drop[0] string "ALL"
securityContext.readOnlyRootFilesystem bool true
securityContext.runAsGroup int 1000
securityContext.runAsNonRoot bool true
securityContext.runAsUser int 1000
service.port int 80 Port details for sevice
service.targetPort int 8080 Container Port details for sevice
service.type string "ClusterIP" Type of service
serviceAccount.annotations object {} Annotations to add to the service account
serviceAccount.create bool true Specifies whether a service account should be created
serviceAccount.name string "" If not set and create is true, a name is generated using the fullname template
tolerations list []

Autogenerated from chart metadata using helm-docs v1.14.2