From ce728b1c75caf5a4ce03d9b4823a8d348f86323a Mon Sep 17 00:00:00 2001 From: Lee Hudson Date: Thu, 9 Jul 2026 09:44:44 +0100 Subject: [PATCH] Added livenessProbe/readinessProbe to values.yaml --- Charts/dev-c7/values.schema.json | 8 ++++++++ Charts/dev-c7/values.yaml | 6 ++++++ 2 files changed, 14 insertions(+) diff --git a/Charts/dev-c7/values.schema.json b/Charts/dev-c7/values.schema.json index 7ed573e..110a6fd 100644 --- a/Charts/dev-c7/values.schema.json +++ b/Charts/dev-c7/values.schema.json @@ -88,6 +88,10 @@ "description": "the IOC release, used to generate the /dls_sw/prod path to iocName", "type": "string" }, + "livenessProbe": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.33.3/container.json#/properties/livenessProbe", + "type": "object" + }, "nameOverride": { "type": "string" }, @@ -107,6 +111,10 @@ "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.33.3/podspec.json#/properties/securityContext", "type": "object" }, + "readinessProbe": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.33.3/container.json#/properties/readinessProbe", + "type": "object" + }, "resources": { "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.33.3/container.json#/properties/resources", "type": "object" diff --git a/Charts/dev-c7/values.yaml b/Charts/dev-c7/values.yaml index ccc925e..1a455d7 100644 --- a/Charts/dev-c7/values.yaml +++ b/Charts/dev-c7/values.yaml @@ -65,6 +65,12 @@ securityContext: {} # @schema $ref: $k8s/container.json#/properties/resources resources: {} +# @schema $ref: $k8s/container.json#/properties/livenessProbe +livenessProbe: {} + +# @schema $ref: $k8s/container.json#/properties/readinessProbe +readinessProbe: {} + # @cschema description: Path to the folder above the IOC's autosave folder. Used to generate the autosavePath as autosaveRootPath/iocName autosaveRootPath: ""