Skip to content

Latest commit

 

History

History
44 lines (39 loc) · 3.47 KB

README.md

File metadata and controls

44 lines (39 loc) · 3.47 KB

eidas-node

Version: 0.1.0 Type: application AppVersion: latest

A Helm chart for Kubernetes

Values

Key Type Default Description
affinity object {} Affinity-Configuration for the eIDAS-Node Deployment.
envs string nil Here you can overwrite env variables in the eIDAS-Node Deployment.
fullnameOverride string ""
image.pullPolicy string "Always" Pull Policy of the eIDAS-Node Image
image.repository string "ecsec/eidas-node" Repository from where the eIDAS-Node Image will be downloaded
image.tag string "" Overrides the image tag whose default is the chart appVersion.
imagePullSecrets list []
ingress.annotations object {} Additional Ingress annotations.
ingress.className string ""
ingress.enabled bool false Indicates whether ingress is enabled or not.
ingress.hosts[0].host string "eidas-node.local"
ingress.hosts[0].paths[0].path string "/"
ingress.hosts[0].paths[0].pathType string "ImplementationSpecific"
ingress.tls list [] TLS-Specific Configuration.
initContainers list [] You can provide some customized init containers here.
nameOverride string ""
nodeSelector object {} Node-Selector Specific Configuration.
podAnnotations object {} Additional Pod Annotations for the eIDAS-Node Deployment.
podSecurityContext object {} Pod Security Context for the eIDAS-Node Deployment.
probes object {} Defining liveness/readiness probes for the eIDAS-Node Deployment.
replicaCount int 1
resources object {} Defining resource limits for the eIDAS-Node Deployment.
securityContext object {} Security Context for the eIDAS-Node Deployment.
service.port int 80 Service Port.
service.type string "ClusterIP" Service Type that will be used.
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 "" The name of the service account to use. If not set and create is true, a name is generated using the fullname template.
tolerations list [] Tolerations
volumeMounts list [] Here you can define where the volumes above will be mounted to. Config Files of the eIDAS-Node should be mounted to "/config/eidas" and keystores should be mounted to "/config/keystore" (default). You can overwrite this default behavior by using the env variables mentioned below. If you do want to specify volumeMounts, uncomment the following lines, adjust them as necessary, and remove the brackets after 'volumeMounts:'.
volumes list [] You can provide custom volumes (like for config files, keystores, ...). You can also overwrite the default wildfly configuration. If you do want to specify volumes, uncomment the following lines, adjust them as necessary, and remove the brackets after 'volumes:'.

Autogenerated from chart metadata using helm-docs v1.5.0