12345678910111213141516171819202122232425262728 |
- 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
|