mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
[plex] force new release (#303)
* force new release * disable plex data vol if asked to
This commit is contained in:
parent
3d64343825
commit
3357f97862
@ -2,7 +2,7 @@ apiVersion: v1
|
|||||||
appVersion: 1.19.1.2645-ccb6eb67e
|
appVersion: 1.19.1.2645-ccb6eb67e
|
||||||
description: Plex Media Server
|
description: Plex Media Server
|
||||||
name: plex
|
name: plex
|
||||||
version: 1.7.0
|
version: 1.7.1
|
||||||
keywords:
|
keywords:
|
||||||
- plex
|
- plex
|
||||||
home: https://plex.tv/
|
home: https://plex.tv/
|
||||||
|
@ -192,11 +192,13 @@ spec:
|
|||||||
failureThreshold: {{ .Values.probes.liveness.failureThreshold }}
|
failureThreshold: {{ .Values.probes.liveness.failureThreshold }}
|
||||||
timeoutSeconds: {{ .Values.probes.liveness.timeoutSeconds }}
|
timeoutSeconds: {{ .Values.probes.liveness.timeoutSeconds }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
{{- if .Values.persistence.data.enabled }}
|
||||||
- name: data
|
- name: data
|
||||||
mountPath: /data
|
mountPath: /data
|
||||||
{{- if .Values.persistence.data.subPath }}
|
{{- if .Values.persistence.data.subPath }}
|
||||||
subPath: {{ .Values.persistence.data.subPath }}
|
subPath: {{ .Values.persistence.data.subPath }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
{{ end }}
|
||||||
- name: config
|
- name: config
|
||||||
mountPath: /config
|
mountPath: /config
|
||||||
{{- if .Values.persistence.config.subPath }}
|
{{- if .Values.persistence.config.subPath }}
|
||||||
|
Loading…
Reference in New Issue
Block a user