A Helm chart for EDP Headlamp
Homepage: https://epam.github.io/edp-install/
Name | Url | |
---|---|---|
epmd-edp | [email protected] | https://solutionshub.epam.com/solution/epam-delivery-platform |
sergk | https://github.com/SergK |
Key | Type | Default | Description |
---|---|---|---|
affinity | object | {} |
Affinity settings for pod assignment |
config.baseURL | string | "" |
base url path at which headlamp should run |
config.oidc.clientID | string | "" |
OIDC client ID |
config.oidc.clientSecretKey | string | "" |
OIDC client secret key |
config.oidc.clientSecretName | string | "" |
OIDC client secret name |
config.oidc.enabled | bool | false |
|
config.oidc.issuerRealm | string | "" |
OIDC issuer realm |
config.oidc.keycloakUrl | string | "https://keycloak.example.com" |
Keycloak URL |
config.oidc.scopes | string | "" |
OIDC scopes to be used |
extraVolumeMounts | list | [] |
Additional volumeMounts to be added to the container |
extraVolumes | list | [] |
Additional volumes to be added to the pod |
fullnameOverride | string | "" |
Overrides the full name of the chart |
global.dnsWildCard | string | nil |
a cluster DNS wildcard name |
global.platform | string | "kubernetes" |
platform type that can be "kubernetes" or "openshift" |
image.repository | string | "epamedp/edp-headlamp" |
EDP headlamp Docker image name. The released image can be found on Dockerhub |
image.tag | string | nil |
EDP headlamp Docker image tag. The released image can be found on Dockerhub |
imagePullSecrets | list | [] |
An optional list of references to secrets in the same namespace to use for pulling any of the images used |
ingress.annotations | object | {} |
Annotations for Ingress resource |
ingress.enabled | bool | true |
|
ingress.tls | list | [] |
Ingress TLS configuration |
livenessProbe.failureThreshold | int | 5 |
|
livenessProbe.initialDelaySeconds | int | 5 |
|
livenessProbe.periodSeconds | int | 20 |
|
livenessProbe.successThreshold | int | 1 |
|
livenessProbe.tcpSocket.port | int | 4466 |
|
livenessProbe.timeoutSeconds | int | 1 |
|
nameOverride | string | "" |
Overrides the name of the chart |
nodeSelector | object | {} |
Node labels for pod assignment |
podAnnotations | object | {} |
Annotations to add to the pod |
podSecurityContext | object | {} |
Headlamp pods' Security Context |
readinessProbe.failureThreshold | int | 5 |
|
readinessProbe.initialDelaySeconds | int | 5 |
|
readinessProbe.periodSeconds | int | 20 |
|
readinessProbe.successThreshold | int | 1 |
|
readinessProbe.tcpSocket.port | int | 4466 |
|
readinessProbe.timeoutSeconds | int | 1 |
|
replicaCount | int | 1 |
Number of desired pods |
resources | object | {} |
CPU/Memory resource requests/limits |
securityContext | object | {} |
Headlamp containers Security Context |
service.port | int | 80 |
Kubernetes Service port |
service.type | string | "ClusterIP" |
Kubernetes Service type |
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 | [] |
Toleration labels for pod assignment |
Autogenerated from chart metadata using helm-docs v1.11.0