Skip to content
Snippets Groups Projects
Verified Commit 7bdc673a authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

fix: correct jellyfin port

parent 00033eff
Branches
Tags v1.0.39
No related merge requests found
Pipeline #2783 passed
...@@ -44,15 +44,15 @@ spec: ...@@ -44,15 +44,15 @@ spec:
startupProbe: startupProbe:
httpGet: httpGet:
path: / path: /
port: metrics port: http
livenessProbe: livenessProbe:
httpGet: httpGet:
path: / path: /
port: metrics port: http
readinessProbe: readinessProbe:
httpGet: httpGet:
path: / path: /
port: metrics port: http
resources: resources:
{{- toYaml .Values.resources | nindent 12 }} {{- toYaml .Values.resources | nindent 12 }}
volumeMounts: volumeMounts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment