mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-02 23:39:03 +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
|
||||
description: rtorrent and flood co-located in the same deployment
|
||||
name: rtorrent-flood
|
||||
version: 3.1.1
|
||||
version: 3.1.2
|
||||
keywords:
|
||||
- rtorrent
|
||||
- flood
|
||||
|
@ -56,7 +56,11 @@ spec:
|
||||
{{ end }}
|
||||
- mountPath: /session
|
||||
name: data
|
||||
{{- if .Values.persistence.data.subPath }}
|
||||
subPath: {{ .Values.persistence.data.subPath }}/.session
|
||||
{{- else }}
|
||||
subPath: .session
|
||||
{{ end }}
|
||||
- mountPath: /socket
|
||||
name: socket
|
||||
resources:
|
||||
|
Loading…
Reference in New Issue
Block a user