Skip to content

Commit 4123a7e

Browse files
committed
Messed up the deployment annotations :()
1 parent cd6d966 commit 4123a7e

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-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: 8 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,17 @@ service:
253247

254248
annotations: {}
255249

256-
## How many versions of the deployment to run on kubernetes
257-
## Default: 2
250+
258251
deployment:
252+
253+
## How many versions of the deployment to run on kubernetes
254+
## Default: 2
259255
replicas: 1
260256

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

0 commit comments

Comments
 (0)