Skip to content

Commit

Permalink
Merge pull request #75 from JacekZubielik/lms
Browse files Browse the repository at this point in the history
feat(lms): 0.0.15
  • Loading branch information
JacekZubielik authored Aug 14, 2024
2 parents 6e9e2e8 + 62a37a1 commit 6ec2eec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/lms/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v2
appVersion: 9.0.0
description: Lyrion Media Server
name: lms
version: 0.0.14
version: 0.0.15
keywords:
- lms
- logitechmediaserver
Expand Down
4 changes: 4 additions & 0 deletions charts/lms/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ spec:
- name: metrics
containerPort: {{ .Values.service.metricsPort }}
protocol: TCP
- name: spotify
containerPort: {{ .Values.service.spotifyPort }}
protocol: TCP

{{- if .Values.livenessProbe.enabled }}
livenessProbe:
httpGet:
Expand Down
1 change: 1 addition & 0 deletions charts/lms/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ service:
controlPort: "3483"
discoveryPort: "3483"
metricsPort: "9100"
spotifyPort: {}

monitoring:
enabled: false
Expand Down

0 comments on commit 6ec2eec

Please sign in to comment.