mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-09 05:06:07 +00:00
add subpath to data for session info (#70)
This commit is contained in:
parent
0902903bae
commit
f95ab5d59c
@ -2,7 +2,7 @@ apiVersion: v1
|
|||||||
appVersion: 1.0.0
|
appVersion: 1.0.0
|
||||||
description: rtorrent and flood co-located in the same deployment
|
description: rtorrent and flood co-located in the same deployment
|
||||||
name: rtorrent-flood
|
name: rtorrent-flood
|
||||||
version: 3.1.1
|
version: 3.1.2
|
||||||
keywords:
|
keywords:
|
||||||
- rtorrent
|
- rtorrent
|
||||||
- flood
|
- flood
|
||||||
|
@ -56,7 +56,11 @@ spec:
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
- mountPath: /session
|
- mountPath: /session
|
||||||
name: data
|
name: data
|
||||||
|
{{- if .Values.persistence.data.subPath }}
|
||||||
|
subPath: {{ .Values.persistence.data.subPath }}/.session
|
||||||
|
{{- else }}
|
||||||
subPath: .session
|
subPath: .session
|
||||||
|
{{ end }}
|
||||||
- mountPath: /socket
|
- mountPath: /socket
|
||||||
name: socket
|
name: socket
|
||||||
resources:
|
resources:
|
||||||
|
Loading…
Reference in New Issue
Block a user