Files
chart/library/ix-dev/community/roundcube/values.yaml
bugclerk 5d939f1ae5 Upgraded catalog item(s) (#2065)
* Upgraded catalog item(s)

        This commit upgrades home-assistant, navidrome, minecraft, nginx-proxy-manager, mealie, paperless-ngx, sonarr, cloudflared, twofactor-auth, roundcube, lidarr, immich, jellyfin, autobrr, readarr, tiny-media-manager, firefly-iii, homepage, n8n catalog item(s).

* bump common

---------

Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
2024-01-22 14:13:03 +02:00

67 lines
1.3 KiB
YAML

image:
repository: roundcube/roundcubemail
pullPolicy: IfNotPresent
tag: 1.6.6-apache
resources:
limits:
cpu: 4000m
memory: 8Gi
roundcubeConfig:
defaultHost: ''
defaultPort: 143
smtpServer: ''
smtpPort: 587
skin: elastic
plugins:
- archive
- zipdownload
aspellDicts: []
uploadMaxSize: 5
additionalEnvs: []
roundcubeNetwork:
webPort: 31007
roundcubeStorage:
html:
type: ixVolume
ixVolumeConfig:
datasetName: html
config:
type: ixVolume
ixVolumeConfig:
datasetName: config
temps:
type: ixVolume
ixVolumeConfig:
datasetName: temps
pgData:
type: ixVolume
ixVolumeConfig:
datasetName: pgData
pgBackup:
type: ixVolume
ixVolumeConfig:
datasetName: pgBackup
additionalStorages: []
notes:
custom: |
## Database
You can connect to the database using the pgAdmin App from the catalog
<details>
<summary>Database Details</summary>
- Database: `roundcube`
- Username: `roundcube`
- Password: `{{ .Values.roundcubeDbPass }}`
- Host: `{{ .Values.roundcubeDbHost }}.{{ .Release.Namespace }}.svc.cluster.local`
- Port: `5432`
</details>
{{- $_ := unset .Values "roundcubeDbPass" }}
{{- $_ := unset .Values "roundcubeDbHost" }}