| commit | 4ec4c0232ca1681e96dc0cd0f6e1de32c72e5ea0 | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Sat Aug 17 15:09:24 2024 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Sat Aug 17 15:09:24 2024 +0400 |
| tree | b43c5f4e56145b66c2cbc4eb20fbc11b84eef105 | |
| parent | 924c61fd74046934228aa1fd58b88b3156cfdb29 [diff] [blame] |
update
diff --git a/charts/maddy/values.yaml b/charts/maddy/values.yaml new file mode 100644 index 0000000..984109e --- /dev/null +++ b/charts/maddy/values.yaml
@@ -0,0 +1,13 @@ +mailGateway: + mxHostname: mail.example.com + address: tcp://maddy.pcloud-mail-gateway.svc.cluster.local:587 +ingress: + private: + className: ingress-private + domain: p.example.com + public: + className: ingress-public + domain: example.com + certificateIssuer: issuer-public +storage: + size: 1Gi