mirror of
https://github.com/truenas/charts.git
synced 2026-04-01 18:01:25 +08:00
66 lines
1.3 KiB
YAML
66 lines
1.3 KiB
YAML
image:
|
|
repository: sissbruecker/linkding
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.27.0
|
|
plusImage:
|
|
repository: sissbruecker/linkding
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.27.0-plus
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
linkdingConfig:
|
|
username: ''
|
|
password: ''
|
|
disableBackgroundTasks: false
|
|
disableUrlValidation: false
|
|
enableAuthProxy: false
|
|
authProxyUsernameHeader: ''
|
|
authProxyLogoutUrl: ''
|
|
csrfTrustedOrigins: []
|
|
additionalEnvs: []
|
|
|
|
linkdingNetwork:
|
|
webPort: 30083
|
|
hostNetwork: false
|
|
|
|
linkdingRunAs:
|
|
user: 568
|
|
group: 568
|
|
|
|
linkdingStorage:
|
|
data:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: data
|
|
additionalStorages: []
|
|
pgData:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: pgData
|
|
pgBackup:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: pgBackup
|
|
|
|
notes:
|
|
custom: |
|
|
## Database
|
|
You can connect to the database using the pgAdmin App from the catalog
|
|
|
|
<details>
|
|
<summary>Database Details</summary>
|
|
|
|
- Database: `linkding`
|
|
- Username: `linkding`
|
|
- Password: `{{ .Values.linkdingDbPass }}`
|
|
- Host: `{{ .Values.linkdingDbHost }}.{{ .Release.Namespace }}.svc.cluster.local`
|
|
- Port: `5432`
|
|
|
|
</details>
|
|
{{- $_ := unset .Values "linkdingDbPass" }}
|
|
{{- $_ := unset .Values "linkdingDbHost" }}
|