From 8c2204b86299fbac205ceab36652ba94dbf5dde6 Mon Sep 17 00:00:00 2001 From: Marco Libanori Date: Mon, 16 Oct 2023 17:49:38 +0200 Subject: [PATCH] Release 1.0.10 --- charts/knowage/CHANGELOG.md | 11 ++++++++++- charts/knowage/Chart.yaml | 2 +- charts/knowage/templates/deployment.yaml | 18 ++++++++++++------ 3 files changed, 23 insertions(+), 8 deletions(-) diff --git a/charts/knowage/CHANGELOG.md b/charts/knowage/CHANGELOG.md index 86b7e12..c12eb8a 100644 --- a/charts/knowage/CHANGELOG.md +++ b/charts/knowage/CHANGELOG.md @@ -16,6 +16,16 @@ straightforward as possible. ### Fixed +## [1.0.10] - 2023-10-16 + +### Added + +### Changed + +- JMX + +### Fixed + ## [1.0.9] - 2023-10-10 Here we would have the update steps for 1.0.9 for people to follow. @@ -30,4 +40,3 @@ Here we would have the update steps for 1.0.9 for people to follow. - Ingress use HTTPS by default to call the internal reverse proxy and/or KNOWAGE. ### Fixed - diff --git a/charts/knowage/Chart.yaml b/charts/knowage/Chart.yaml index 9b235ea..96771b3 100644 --- a/charts/knowage/Chart.yaml +++ b/charts/knowage/Chart.yaml @@ -18,7 +18,7 @@ apiVersion: v2 name: knowage -version: 1.0.9 +version: 1.0.10 kubeVersion: ">= 1.22.0-0" description: A Helm chart for Kubernetes Suite type: application diff --git a/charts/knowage/templates/deployment.yaml b/charts/knowage/templates/deployment.yaml index 6661d00..291a3f0 100644 --- a/charts/knowage/templates/deployment.yaml +++ b/charts/knowage/templates/deployment.yaml @@ -267,12 +267,18 @@ spec: failureThreshold: 5 periodSeconds: 30 ports: - - name: http - containerPort: 8080 - protocol: TCP - - name: https - containerPort: 8443 - protocol: TCP + - name: http + containerPort: 8080 + protocol: TCP + - name: https + containerPort: 8443 + protocol: TCP + - name: jmx + containerPort: 9000 + protocol: TCP + - name: jmx-rmi + containerPort: 9001 + protocol: TCP resources: requests: cpu: 2