Files
chart/library/ix-dev/community/joplin/values.yaml
bugclerk 0bb8ece8c0 Upgraded catalog item(s) (#1789)
* Upgraded catalog item(s)

        This commit upgrades pgadmin, joplin, searxng, firefly-iii, n8n, homarr, odoo catalog item(s).

* undo 2 apps

---------

Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
2023-11-24 09:54:22 +02:00

51 lines
1.0 KiB
YAML

image:
repository: joplin/server
pullPolicy: IfNotPresent
tag: 2.13.5-beta
resources:
limits:
cpu: 4000m
memory: 8Gi
joplinConfig:
baseUrl: http://localhost:30063
additionalEnvs: []
joplinNetwork:
webPort: 30063
hostNetwork: false
joplinStorage:
pgData:
type: ixVolume
ixVolumeConfig:
datasetName: pgData
pgBackup:
type: ixVolume
ixVolumeConfig:
datasetName: pgBackup
additionalStorages: []
notes:
custom: |
## Default Credentials
- Username: `admin@localhost`
- Password: `admin`
## Database
You can connect to the database using the pgAdmin App from the catalog
<details>
<summary>Database Details</summary>
- Database: `joplin`
- Username: `joplin`
- Password: `{{ .Values.joplinDbPass }}`
- Host: `{{ .Values.joplinDbHost }}.{{ .Release.Namespace }}.svc.cluster.local`
- Port: `5432`
</details>
{{- $_ := unset .Values "joplinDbPass" }}
{{- $_ := unset .Values "joplinDbHost" }}