diff --git a/charts/jitsi-monitor/Chart.yaml b/charts/jitsi-monitor/Chart.yaml index 49b5f48..36a0537 100644 --- a/charts/jitsi-monitor/Chart.yaml +++ b/charts/jitsi-monitor/Chart.yaml @@ -3,7 +3,7 @@ name: jitsi-monitor description: Monitors the health of Jitsi Meet instances and bridges type: application -version: 0.1.6 +version: 0.1.7 # App metadata appVersion: "v0.1.3" diff --git a/charts/jitsi-monitor/templates/deployment.yaml b/charts/jitsi-monitor/templates/deployment.yaml index f47b12a..0d34e4a 100644 --- a/charts/jitsi-monitor/templates/deployment.yaml +++ b/charts/jitsi-monitor/templates/deployment.yaml @@ -22,6 +22,9 @@ spec: - name: jitsi-monitor image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" imagePullPolicy: {{ .Values.image.pullPolicy }} + ports: + - containerPort: {{ .Values.service.port }} + name: http envFrom: - configMapRef: name: {{ .Release.Name }}-config