Skip to content

Commit

Permalink
Jitsi Monitor: Bump version and add container port to deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
gcordalis committed Nov 4, 2024
1 parent a0b7e02 commit 8ec962d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/jitsi-monitor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 3 additions & 0 deletions charts/jitsi-monitor/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ec962d

Please sign in to comment.