Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nmaas-platform/adminer
https://github.com/nmaas-platform/adminer
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/nmaas-platform/adminer
- Owner: nmaas-platform
- Created: 2021-09-09T12:59:55.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T10:52:12.000Z (11 months ago)
- Last Synced: 2024-11-06T07:23:29.764Z (3 months ago)
- Language: Mustache
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nmaas-adminer
GEANT NMaaS Adminer Helm chart for Kubernetes
![Version: 2.0.9](https://img.shields.io/badge/Version-2.0.9-informational?style=flat-square) ![AppVersion: 4.8.1](https://img.shields.io/badge/AppVersion-4.8.1-informational?style=flat-square)
## Quick Start
```bash
helm repo add nmaas-adminer https://nmaas-platform.github.io/adminer/
helm repo update
helm install nmaas-adminer nmaas-adminer/adminer
```## Values
| 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](https://github.com/norwoodj/helm-docs/releases/v1.5.0)