From dee784a802a144876fb6fc741ec9e5bac21646d3 Mon Sep 17 00:00:00 2001 From: aries0d0f Date: Fri, 26 Jul 2024 14:50:40 +0800 Subject: [PATCH 1/2] chore: Modify default postfix vaules. --- charts/agh3/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/agh3/values.yaml b/charts/agh3/values.yaml index 9cc38a6f..00c85368 100644 --- a/charts/agh3/values.yaml +++ b/charts/agh3/values.yaml @@ -176,9 +176,9 @@ postfix: ## @param postfix.mail_myhostname Postfix mail_myhostname ## @param postfix.domain Postfix domain ## - mydomian: bas.com - mail_myhostname: mail.bas.com - domain: bas.com + mydomian: bas-mail-test.com + mail_myhostname: smtp.bas-mail-test.com + domain: bas-mail-test.com ## @section Internal PostgreSQL database provisioning parameters ## @descriptionStart ## Leave as default if using external DB From 8d35ada01c19f8d394fa1df17220fa2daebbeb0f Mon Sep 17 00:00:00 2001 From: aries0d0f Date: Fri, 26 Jul 2024 14:55:52 +0800 Subject: [PATCH 2/2] docs: Update README. --- charts/agh3/README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/charts/agh3/README.md b/charts/agh3/README.md index 014232cb..a309b87e 100644 --- a/charts/agh3/README.md +++ b/charts/agh3/README.md @@ -71,6 +71,33 @@ Control the DB Helper behaviors. | ----------------------------- | ----------------------- | ------ | | `db.helpers.init.dbs.enabled` | Enable dbs init feature | `true` | +### Internal Postfix provisioning parameters + +Leave as default if using external Postfix Server + +| Name | Description | Value | +| --------------------------- | ----------------------------------------------------------- | ------------------------------------------ | +| `postfix.enabled` | Enable internal postfix | `true` | +| `postfix.image.repository` | Internal postfix image repository | `leukocyte-lab/argushack3/postfix` | +| `postfix.image.tag` | Internal postfix image tag (immutable tags are recommended) | `28ada15b31011a4f7ecb1a864e6b07d8a15e1aa8` | +| `postfix.image.pullPolicy` | Internal postfix image pull policy | `IfNotPresent` | +| `postfix.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | + +### Postfix service provisioning parameters + +Leave as default if using internal Postfix + +| Name | Description | Value | +| ------------------------------- | -------------------------------------------------------- | ------------------------------------------ | +| `postfix.service.type` | Postfix service type | `ClusterIP` | +| `postfix.service.port` | Postfix service port | `25` | +| `postfix.dkim.image.repository` | Internal DKIM image repository | `leukocyte-lab/argushack3/opendkim` | +| `postfix.dkim.image.tag` | Internal DKIM image tag (immutable tags are recommended) | `28ada15b31011a4f7ecb1a864e6b07d8a15e1aa8` | +| `postfix.dkim.image.pullPolicy` | Internal DKIM image pull policy | `IfNotPresent` | +| `postfix.mydomian` | Postfix mydomain | `bas-mail-test.com` | +| `postfix.mail_myhostname` | Postfix mail_myhostname | `smtp.bas-mail-test.com` | +| `postfix.domain` | Postfix domain | `bas-mail-test.com` | + ### Internal PostgreSQL database provisioning parameters Leave as default if using external DB