-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade mailu; add cert-manager sync script.
- Loading branch information
Showing
5 changed files
with
22 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/bin/sh | ||
|
||
sudo helm install \ | ||
cert-manager jetstack/cert-manager \ | ||
--namespace cert-manager \ | ||
--create-namespace \ | ||
--version v1.13.2 \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/bin/sh | ||
|
||
sudo helm upgrade --install mailu mailu/mailu --version 0.3.5 -n mailu-mailserver --create-namespace --values values.yaml | ||
sudo helm upgrade --install mailu mailu/mailu --version 1.5.0 -n mailu-mailserver --create-namespace --values values.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,18 @@ | ||
# The mail domain is required. See https://github.com/Mailu/Mailu/blob/master/docs/faq.rst#what-is-the-difference-between-domain-and-hostnames | ||
domain: xinutec.org | ||
|
||
# A list of mail hostnames is required. The first will be used as primary mail hostname | ||
hostnames: | ||
- mail.xinutec.org | ||
|
||
- mail.xinutec.org | ||
initialAccount: | ||
domain: xinutec.org | ||
#password: XXX # XXX: Set when using this file. | ||
username: mailadmin | ||
|
||
# default log level. can be overridden globally or per service | ||
logLevel: WARNING | ||
|
||
ingress: | ||
className: nginx | ||
|
||
# certmanager settings | ||
certmanager: | ||
issuerName: letsencrypt-prod | ||
apiVersion: cert-manager.io/v1 | ||
|
||
enabled: true | ||
username: "mailadmin" | ||
domain: "xinutec.org" | ||
password: "PM2qvTbUV5tJk6hD" | ||
mode: "update" | ||
logLevel: INFO | ||
persistence: | ||
size: 100Gi | ||
storageClass: local-path | ||
|
||
# The secret key is required for protecting authentication cookies and must be set individually for each deployment | ||
#secretKey: XXX # XXX: Set when using this file. | ||
ingress: | ||
ingressClassName: "nginx" | ||
annotations: | ||
cert-manager.io/cluster-issuer: letsencrypt-staging | ||
secretKey: zbesu2ead8hu7xkk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,6 @@ metadata: | |
labels: | ||
app: nextcloud | ||
spec: | ||
replicas: 1 | ||
selector: | ||
matchLabels: | ||
pod-label: nextcloud-db-pod | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters