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
Database Details - Database: `planka` - Username: `planka` - Password: `{{ .Values.plankaDbPass }}` - Host: `{{ .Values.plankaDbHost }}.{{ .Release.Namespace }}.svc.cluster.local` - Port: `5432`
{{- $_ := unset .Values "plankaDbPass" }} {{- $_ := unset .Values "plankaDbHost" }}