Files
chart/library/ix-dev/community/planka/values.yaml
Stavros Kois c04afa05c8 NAS-123500 / 24.04 / add planka to community train (#1436)
* 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
2023-08-30 14:23:46 +03:00

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" }}