Skip to content

Commit

Permalink
Add service annotations and update chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
gcordalis committed Oct 25, 2024
1 parent cdaf417 commit 9952068
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
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.0
version: 0.1.1

# App metadata
appVersion: "v0.1.0"
Expand Down
5 changes: 5 additions & 0 deletions charts/jitsi-monitor/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ apiVersion: v1
kind: Service
metadata:
name: {{ .Release.Name }}-monitor
{{- if .Values.service.annotations }}
annotations:
{{- .Values.service.annotations | toYaml | nindent 4 }}
{{- end }}

spec:
selector:
app: {{ .Release.Name }}-monitor
Expand Down
4 changes: 3 additions & 1 deletion charts/jitsi-monitor/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
image:
repository: docker.ethquokkaops.io/ethquokkaops/ethdevops/jitsi-monitor-docker
tag: v0.1.0
tag: latest
pullPolicy: IfNotPresent
config:
jitsiUrl: "https://jitsihost"
bridgeRegions: "au,eu,us"
Expand All @@ -14,3 +15,4 @@ cronJob:
service:
type: ClusterIP
port: 8000
annotations: {}

0 comments on commit 9952068

Please sign in to comment.