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

        This commit upgrades pgadmin, sonarr, vikunja, n8n catalog item(s).

* untouch pgadmin

---------

Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-05-31 10:17:54 +03:00

70 lines
1.3 KiB
YAML

image:
repository: vikunja/api
pullPolicy: IfNotPresent
tag: 0.22.1
frontendImage:
repository: vikunja/frontend
pullPolicy: IfNotPresent
tag: 0.22.1
nginxImage:
repository: nginx
pullPolicy: IfNotPresent
tag: 1.27.0
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" }}
# Not exposed to the user,
# just used internally
vikunjaPorts:
api: 3456
frontHttp: 5000
frontHttp2: 5001