Skip to content

Commit cc16055

Browse files
committed
Fix port in Iris livenessProbe
1 parent 5d17ca5 commit cc16055

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

neon_diana_utils/helm_charts/neon/core/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: neon-core
33
description: Deploy Neon Core Services
44

55
type: application
6-
version: 0.0.13
6+
version: 0.0.14
77
appVersion: "1.0.1a37"
88
dependencies:
99
- name: neon-messagebus
@@ -32,5 +32,5 @@ dependencies:
3232
repository: file://../neon-gui
3333
- name: neon-iris
3434
alias: iris-gradio
35-
version: 0.0.8
35+
version: 0.0.9
3636
repository: file://../neon-iris

neon_diana_utils/helm_charts/neon/neon-iris/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: neon-iris
33
description: Deploy Neon IRIS Web UI
44

55
type: application
6-
version: 0.0.8
6+
version: 0.0.9
77
appVersion: "1.0.1a37"
88

99
dependencies:

neon_diana_utils/helm_charts/neon/neon-iris/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ startupProbe:
3737
failureThreshold: 30
3838
httpGet:
3939
path: /status
40-
port: 8000
40+
port: 7860
4141
scheme: HTTP
4242
periodSeconds: 15
4343
successThreshold: 1

neon_diana_utils/templates/neon/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ appVersion: "1.0.1a5"
99
dependencies:
1010
- name: neon-core
1111
alias: core
12-
version: 0.0.13
12+
version: 0.0.14
1313
repository: https://neongeckocom.github.io/neon-diana-utils

0 commit comments

Comments
 (0)