A Zeppelin helm chart for Kubernetes
Homepage: https://github.com/duyet/charts/tree/master/zeppelin
Name | Url | |
---|---|---|
duyet | [email protected] | https://github.com/duyet/ |
Key | Type | Default | Description |
---|---|---|---|
affinity | object | {} |
|
autoscaling.enabled | bool | false |
|
autoscaling.maxReplicas | int | 100 |
|
autoscaling.minReplicas | int | 1 |
|
autoscaling.targetCPUUtilizationPercentage | int | 80 |
|
env.FLINK_HOME | string | "/opt/flink" |
|
env.SERVICE_DOMAIN | string | "" |
|
env.SPARK_HOME | string | "/spark" |
|
env.SPARK_MASTER | string | "k8s://https://kubernetes.default.svc" |
|
env.ZEPPELIN_HOME | string | "/opt/zeppelin" |
|
env.ZEPPELIN_K8S_CONTAINER_IMAGE | string | "apache/zeppelin:0.10.1" |
|
env.ZEPPELIN_K8S_SPARK_CONTAINER_IMAGE | string | "gcr.io/spark-operator/spark:v3.1.1" |
|
env.ZEPPELIN_PORT | int | 8080 |
|
env.ZEPPELIN_SERVER_RPC_PORTRANGE | string | "12320:12320" |
|
extraEnvVarsCM | string | "" |
Extra env configmap name |
extraEnvVarsSecret | string | "" |
Extra env secret name |
fullnameOverride | string | "" |
|
image.pullPolicy | string | "IfNotPresent" |
|
image.repository | string | "apache/zeppelin" |
|
image.tag | string | "0.10.1" |
|
imagePullSecrets | list | [] |
|
ingress.annotations | object | {} |
|
ingress.enabled | bool | false |
|
ingress.hosts[0].host | string | "chart-example.local" |
|
ingress.hosts[0].paths[0] | string | "/" |
|
ingress.tls | list | [] |
|
nameOverride | string | "" |
|
nodeSelector | object | {} |
|
podAnnotations | object | {} |
|
podSecurityContext | object | {} |
|
replicaCount | int | 1 |
|
resources | object | {} |
|
securityContext | object | {} |
|
service.port | int | 80 |
|
service.type | string | "ClusterIP" |
|
serviceAccount.annotations | object | {} |
|
serviceAccount.create | bool | true |
|
serviceAccount.name | string | "" |
|
tolerations | list | [] |
Autogenerated from chart metadata using helm-docs v1.11.0