GEANT NMaaS Adminer Helm chart for Kubernetes
helm repo add nmaas-adminer https://nmaas-platform.github.io/adminer/
helm repo update
helm install nmaas-adminer nmaas-adminer/adminer
Key | Type | Default | Description |
---|---|---|---|
affinity | object | {} |
|
fullnameOverride | string | "" |
|
image.pullPolicy | string | "IfNotPresent" |
|
image.repository | string | "adminer" |
|
image.tag | string | "4.8.1" |
|
imagePullSecrets | list | [] |
|
ingress.class | string | "nginx" |
|
ingress.enabled | bool | true |
|
ingress.hosts[0] | string | "default.nmaas.local" |
|
ingress.tls.enabled | bool | false |
|
nameOverride | string | "" |
|
nodeSelector | object | {} |
|
replicaCount | int | 1 |
|
resources.limits.cpu | string | "500m" |
|
resources.limits.memory | string | "512Mi" |
|
resources.requests.cpu | string | "150m" |
|
resources.requests.memory | string | "128Mi" |
|
service.port | int | 8080 |
|
service.type | string | "ClusterIP" |
|
tolerations | list | [] |
Autogenerated from chart metadata using helm-docs v1.5.0