Skip to content

Commit 7208905

Browse files
authored
Merge pull request #23 from funkypenguin/add-deployment-annotations
Messed up the deployment annotations, bump version
2 parents 4162e81 + d4dadec commit 7208905

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

charts/docker-mailserver/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v1
22
appVersion: "6.3.0"
33
description: A fullstack but simple mailserver (smtp, imap, antispam, antivirus, ssl...) using Docker.
44
name: docker-mailserver
5-
version: 0.2.4
5+
version: 0.2.5
66
sources:
77
- https://github.com/funkypenguin/helm-docker-mailserver
88
maintainers:

charts/docker-mailserver/values.yaml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,6 @@ livenessTests:
9696
commands:
9797
- "clamscan /tmp/docker-mailserver/TrustedHosts"
9898

99-
deployment:
100-
101-
## Add annotations to the deployment
102-
## Useful for using something like stash to backup data (https://stash.run/docs/v0.9.0-rc.0/guides/latest/auto-backup/workload/)
103-
annotations: {}
104-
10599
pod:
106100
# 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
107101
dockermailserver:
@@ -253,11 +247,16 @@ service:
253247

254248
annotations: {}
255249

256-
## How many versions of the deployment to run on kubernetes
257-
## Default: 2
258250
deployment:
251+
252+
## How many versions of the deployment to run on kubernetes
253+
## Default: 2
259254
replicas: 1
260255

256+
## Add annotations to the deployment
257+
## Useful for using something like stash to backup data (https://stash.run/docs/v0.9.0-rc.0/guides/latest/auto-backup/workload/)
258+
annotations: {}
259+
261260
## More generally, a "request" can be thought of as "how much is this container expected to need usually". it should be
262261
## possible to burst outside these constraints (during a high load operation). However, Kubernetes may kill the pod
263262
## if the node is under too higher load and the burst is outside its request

0 commit comments

Comments
 (0)