We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0b7e02 commit 8ec962dCopy full SHA for 8ec962d
charts/jitsi-monitor/Chart.yaml
@@ -3,7 +3,7 @@ name: jitsi-monitor
3
description: Monitors the health of Jitsi Meet instances and bridges
4
type: application
5
6
-version: 0.1.6
+version: 0.1.7
7
8
# App metadata
9
appVersion: "v0.1.3"
charts/jitsi-monitor/templates/deployment.yaml
@@ -22,6 +22,9 @@ spec:
22
- name: jitsi-monitor
23
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
24
imagePullPolicy: {{ .Values.image.pullPolicy }}
25
+ ports:
26
+ - containerPort: {{ .Values.service.port }}
27
+ name: http
28
envFrom:
29
- configMapRef:
30
name: {{ .Release.Name }}-config
0 commit comments