mirror of
https://github.com/truenas/charts.git
synced 2026-04-01 18:01:25 +08:00
audiobook: disable ROFS (#2521)
This commit is contained in:
@@ -3,7 +3,7 @@ description: Audiobookshelf is a self-hosted audiobook and podcast server
|
||||
annotations:
|
||||
title: Audiobookshelf
|
||||
type: application
|
||||
version: 1.0.4
|
||||
version: 1.0.5
|
||||
apiVersion: v2
|
||||
appVersion: 2.10.1
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -14,6 +14,7 @@ workload:
|
||||
securityContext:
|
||||
runAsUser: {{ .Values.audiobookshelfRunAs.user }}
|
||||
runAsGroup: {{ .Values.audiobookshelfRunAs.group }}
|
||||
readOnlyRootFilesystem: false
|
||||
env:
|
||||
PORT: {{ .Values.audiobookshelfNetwork.webPort }}
|
||||
CONFIG_PATH: /config
|
||||
|
||||
Reference in New Issue
Block a user