@@ -91,10 +91,11 @@ ingress:
9191# #
9292persistence :
9393 config :
94- # # @param persistence.config.enabled Enable persistence for sabnzbd config
95- # # If enabled, the config will be stored in a persistent volume
96- # # If disabled, the config will be stored in a temporary volume
97- enabled : true
94+ # # @param persistence.config.type Type of persistence for sabnzbd config
95+ # # If set to pvc, a persistent volume claim will be created
96+ # # If set to nfs, a network file system will be used
97+ # #
98+ type : pvc
9899 # # @param persistence.config.storageClass Storage class for sabnzbd config
99100 # # If not set, the default storage class will be used
100101 storageClass : default
@@ -108,10 +109,11 @@ persistence:
108109 # # If not set, the default size will be used
109110 size : 256Mi
110111 downloads :
111- # # @param persistence.downloads.enabled Enable persistence for sabnzbd downloads
112- # # If enabled, the downloads will be stored in a persistent volume
113- # # If disabled, the downloads will be stored in a temporary volume
114- enabled : true
112+ # # @param persistence.downloads.type Type of persistence for sabnzbd downloads
113+ # # If set to pvc, a persistent volume claim will be created
114+ # # If set to nfs, a network file system will be used
115+ # #
116+ type : pvc
115117 # # @param persistence.downloads.storageClass Storage class for sabnzbd downloads
116118 # # If not set, the default storage class will be used
117119 storageClass : default
@@ -125,10 +127,11 @@ persistence:
125127 # # If not set, the default size will be used
126128 size : 256Mi
127129 incomplete :
128- # # @param persistence.incomplete.enabled Enable persistence for sabnzbd incomplete downloads
129- # # If enabled, the incomplete downloads will be stored in a persistent volume
130- # # If disabled, the incomplete downloads will be stored in a temporary volume
131- enabled : true
130+ # # @param persistence.incomplete.type Type of persistence for sabnzbd incomplete downloads
131+ # # If set to pvc, a persistent volume claim will be created
132+ # # If set to nfs, a network file system will be used
133+ # #
134+ type : pvc
132135 # # @param persistence.incomplete.storageClass Storage class for sabnzbd incomplete downloads
133136 # # If not set, the default storage class will be used
134137 storageClass : default
0 commit comments