mirror of
https://github.com/truenas/charts.git
synced 2026-04-10 14:18:23 +08:00
* add `planka` to `community` train * lock file * add initial tempaltes * add service * fix url * update portal * test * metadata * questions * typo * add validation * typo * fix logic * switch to uri type * update description * bump common
59 lines
1.2 KiB
YAML
59 lines
1.2 KiB
YAML
image:
|
|
repository: ghcr.io/plankanban/planka
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.12.0
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
plankaConfig:
|
|
trustProxy: false
|
|
baseURL: http://localhost:30062
|
|
additionalEnvs: []
|
|
|
|
plankaNetwork:
|
|
webPort: 30062
|
|
hostNetwork: false
|
|
|
|
plankaStorage:
|
|
avatars:
|
|
type: ixVolume
|
|
datasetName: avatars
|
|
backgroundImages:
|
|
type: ixVolume
|
|
datasetName: bg-img
|
|
attachments:
|
|
type: ixVolume
|
|
datasetName: attachments
|
|
additionalStorages: []
|
|
pgData:
|
|
type: ixVolume
|
|
datasetName: pgData
|
|
pgBackup:
|
|
type: ixVolume
|
|
datasetName: pgBackup
|
|
|
|
notes:
|
|
custom: |
|
|
Default credentials:
|
|
- Username: `demo@demo.demo`
|
|
- Password: `demo`
|
|
|
|
## Database
|
|
You can connect to the database using the pgAdmin App from the catalog
|
|
|
|
<details>
|
|
<summary>Database Details</summary>
|
|
|
|
- Database: `planka`
|
|
- Username: `planka`
|
|
- Password: `{{ .Values.plankaDbPass }}`
|
|
- Host: `{{ .Values.plankaDbHost }}.{{ .Release.Namespace }}.svc.cluster.local`
|
|
- Port: `5432`
|
|
|
|
</details>
|
|
{{- $_ := unset .Values "plankaDbPass" }}
|
|
{{- $_ := unset .Values "plankaDbHost" }}
|