mirror of
https://github.com/truenas/charts.git
synced 2026-04-05 11:48:55 +08:00
29 lines
518 B
YAML
29 lines
518 B
YAML
linkdingNetwork:
|
|
webPort: 31000
|
|
|
|
linkdingConfig:
|
|
enableAuthProxy: true
|
|
authProxyUsernameHeader: HTTP_REMOTE_USER
|
|
authProxyLogoutUrl: https://example.com/logout
|
|
disableBackgroundTasks: true
|
|
disableUrlValidation: true
|
|
csrfTrustedOrigins:
|
|
- https://example.com
|
|
|
|
linkdingStorage:
|
|
data:
|
|
type: pvc
|
|
pgData:
|
|
type: pvc
|
|
pgBackup:
|
|
type: emptyDir
|
|
emptyDirConfig:
|
|
medium: ""
|
|
size: ""
|
|
|
|
additionalStorages:
|
|
- type: pvc
|
|
mountPath: /data1
|
|
- type: pvc
|
|
mountPath: /data2
|