Files
chart/library/ix-dev/community/vikunja/values.yaml
bugclerk d8ab5da378 Upgraded catalog item(s) (#3010)
* Upgraded catalog item(s)

        This commit upgrades collabora, netdata, home-assistant, minio, navidrome, minecraft, cloudflared, vaultwarden, prowlarr, vikunja, immich, autobrr, sabnzbd, searxng, piwigo, homepage, n8n, odoo catalog item(s).

* revert 2 apps

---------

Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-12-23 16:34:28 +02:00

55 lines
1.0 KiB
YAML

image:
repository: vikunja/vikunja
pullPolicy: IfNotPresent
tag: 0.24.6
resources:
limits:
cpu: 4000m
memory: 8Gi
vikunjaConfig:
url: ''
maxFileSize: 20
additionalEnvs: []
vikunjaRunAs:
user: 568
group: 568
vikunjaNetwork:
webPort: 31002
vikunjaStorage:
additionalStorages: []
data:
type: ixVolume
ixVolumeConfig:
datasetName: data
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: `vikunja`
- Username: `vikunja`
- Password: `{{ .Values.vikunjaDbPass }}`
- Host: `{{ .Values.vikunjaDbHost }}.{{ .Release.Namespace }}.svc.cluster.local`
- Port: `5432`
</details>
{{- $_ := unset .Values "vikunjaDbPass" }}
{{- $_ := unset .Values "vikunjaDbHost" }}