123456789101112131415161718192021222324 |
- 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
- additionalStorages:
- - type: pvc
- mountPath: /data1
- - type: pvc
- mountPath: /data2
|