Skip to content

Commit

Permalink
Merge pull request #191 from Leukocyte-Lab/chore/modify-default-postf…
Browse files Browse the repository at this point in the history
…ix-values

chore: Modify default postfix vaules.
  • Loading branch information
knowlet authored Jul 26, 2024
2 parents bb8133b + 8d35ada commit 56844b2
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
27 changes: 27 additions & 0 deletions charts/agh3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions charts/agh3/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 56844b2

Please sign in to comment.