Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/docker-mailserver/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "6.3.0"
description: A fullstack but simple mailserver (smtp, imap, antispam, antivirus, ssl...) using Docker.
name: docker-mailserver
version: 0.2.4
version: 0.2.5
sources:
- https://github.com/funkypenguin/helm-docker-mailserver
maintainers:
Expand Down
15 changes: 7 additions & 8 deletions charts/docker-mailserver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,6 @@ livenessTests:
commands:
- "clamscan /tmp/docker-mailserver/TrustedHosts"

deployment:

## Add annotations to the deployment
## Useful for using something like stash to backup data (https://stash.run/docs/v0.9.0-rc.0/guides/latest/auto-backup/workload/)
annotations: {}

pod:
# pod.dockermailserver section refers to the configuration of the docker-mailserver pod itself. Note that teh many environment variables which define the behaviour of docker-mailserver are configured here
dockermailserver:
Expand Down Expand Up @@ -253,11 +247,16 @@ service:

annotations: {}

## How many versions of the deployment to run on kubernetes
## Default: 2
deployment:

## How many versions of the deployment to run on kubernetes
## Default: 2
replicas: 1

## Add annotations to the deployment
## Useful for using something like stash to backup data (https://stash.run/docs/v0.9.0-rc.0/guides/latest/auto-backup/workload/)
annotations: {}

## More generally, a "request" can be thought of as "how much is this container expected to need usually". it should be
## possible to burst outside these constraints (during a high load operation). However, Kubernetes may kill the pod
## if the node is under too higher load and the burst is outside its request
Expand Down