From 5cc8ff1066f681be897513a732105ae69d6a587a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Thu, 12 Sep 2024 08:46:47 +0200 Subject: [PATCH 1/2] Improve description --- values.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.schema.json b/values.schema.json index 227506b..c8c1517 100644 --- a/values.schema.json +++ b/values.schema.json @@ -1071,7 +1071,7 @@ }, "servicePort": { "type": "integer", - "description": "The port of the service", + "description": "The port of the service (used by Ingress)", "default": 80 }, "labels": { From 7b603d863b7b0d39b92dc44c5ada52765137226e Mon Sep 17 00:00:00 2001 From: "geo-ghci-int[bot]" <146321879+geo-ghci-int[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 06:48:17 +0000 Subject: [PATCH 2/2] Apply pre-commit fix From the artifact of the previous workflow run --- values.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.md b/values.md index 15aacc0..057d718 100644 --- a/values.md +++ b/values.md @@ -206,7 +206,7 @@ - **`service`** _(object)_: The Kubernetes service configuration. Cannot contain additional properties. - **`name`** _(string)_: The name of the service. - **`type`** _(string)_: The type of the service. Default: `"ClusterIP"`. - - **`servicePort`** _(integer)_: The port of the service. Default: `80`. + - **`servicePort`** _(integer)_: The port of the service (used by Ingress). Default: `80`. - **`labels`**: Refer to _[#/definitions/labels](#definitions/labels)_. - **`annotations`**: Refer to _[#/definitions/annotations](#definitions/annotations)_. - **`ports`** _(array)_