mirror of
https://github.com/bokysan/docker-postfix.git
synced 2024-11-13 02:55:09 +08:00
12 lines
225 B
YAML
12 lines
225 B
YAML
image:
|
|
tag: v2.0.1 # Override version from Chart's AppVersion
|
|
|
|
persistence:
|
|
enabled: true
|
|
existingClaim: some-claim
|
|
|
|
config:
|
|
general:
|
|
TZ: Europe/London
|
|
ALLOWED_SENDER_DOMAINS: example.org
|
|
FORCE_COLOR: "1"
|