Skip to content

Commit 8ec962d

Browse files
committed
Jitsi Monitor: Bump version and add container port to deployment
1 parent a0b7e02 commit 8ec962d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

charts/jitsi-monitor/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: jitsi-monitor
33
description: Monitors the health of Jitsi Meet instances and bridges
44
type: application
55

6-
version: 0.1.6
6+
version: 0.1.7
77

88
# App metadata
99
appVersion: "v0.1.3"

charts/jitsi-monitor/templates/deployment.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ spec:
2222
- name: jitsi-monitor
2323
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
2424
imagePullPolicy: {{ .Values.image.pullPolicy }}
25+
ports:
26+
- containerPort: {{ .Values.service.port }}
27+
name: http
2528
envFrom:
2629
- configMapRef:
2730
name: {{ .Release.Name }}-config

0 commit comments

Comments
 (0)