From 1f62b4076abd54a6a4edd5aa1ff017e54b94e695 Mon Sep 17 00:00:00 2001 From: groundhog2k <10630407+groundhog2k@users.noreply.github.com> Date: Sun, 13 Dec 2020 15:56:39 +0100 Subject: [PATCH] Improved readme (#136) --- charts/mariadb/Chart.yaml | 2 +- charts/mariadb/README.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/charts/mariadb/Chart.yaml b/charts/mariadb/Chart.yaml index 473f510b..fcf442bc 100644 --- a/charts/mariadb/Chart.yaml +++ b/charts/mariadb/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: 0.2.1 +version: 0.2.2 appVersion: "10.5.8" diff --git a/charts/mariadb/README.md b/charts/mariadb/README.md index 65ec73bd..bc1fd24d 100644 --- a/charts/mariadb/README.md +++ b/charts/mariadb/README.md @@ -1,6 +1,6 @@ # MariaDB -   +   A Helm chart for MariaDB on Kubernetes @@ -72,7 +72,10 @@ $ helm uninstall my-release | Key | Type | Default | Description | |-----|------|---------|-------------| +| service.type | string | `"ClusterIP"` | Service type | | service.port | int | `3306` | MariaDB service port | +| service.nodePort | int | `nil` | Service node port (only relevant for type NodePort) | +| service.clusterIP | string | `nil` | Service cluster IP (only relevant for type LoadBalancer) | ## Storage parameters -- GitLab