extra-values.yaml 465 B

123456789101112131415161718192021222324
  1. linkdingNetwork:
  2. webPort: 31000
  3. linkdingConfig:
  4. enableAuthProxy: true
  5. authProxyUsernameHeader: HTTP_REMOTE_USER
  6. authProxyLogoutUrl: https://example.com/logout
  7. disableBackgroundTasks: true
  8. disableUrlValidation: true
  9. csrfTrustedOrigins:
  10. - https://example.com
  11. linkdingStorage:
  12. data:
  13. type: pvc
  14. pgData:
  15. type: pvc
  16. pgBackup:
  17. type: emptyDir
  18. additionalStorages:
  19. - type: pvc
  20. mountPath: /data1
  21. - type: pvc
  22. mountPath: /data2