Files
chart/library/ix-dev/community/linkding/ci/extra-values.yaml
Stavros Kois 30dba18b12 Add linkding to community train (#1582)
* initial commit

* add templates and values

* whops

* remove caps

* metadata + read me

* add more tests

* add questions and validation

* add group
2023-09-28 17:58:28 +03:00

30 lines
738 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: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/data
pgData:
type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/pgData
pgBackup:
type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/pgBackup
additionalStorages:
- type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/data1
mountPath: /data1
- type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/data2
mountPath: /data2