Skip to content

Commit

Permalink
Release 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Libanori committed Oct 16, 2023
1 parent c5a52d0 commit 8c2204b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 8 deletions.
11 changes: 10 additions & 1 deletion charts/knowage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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

2 changes: 1 addition & 1 deletion charts/knowage/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
18 changes: 12 additions & 6 deletions charts/knowage/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c2204b

Please sign in to comment.