Skip to content

jclab-joseph/stalwart-mail-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stalwart Mail Helm Chart

$ helm install stalwart-mail . -f your-values.yaml

Values:

replicaCount: 1

image:
  repository: stalwartlabs/mail-server
  pullPolicy: IfNotPresent
  # Overrides the image tag whose default is the chart appVersion.
  tag: ""

persistence:
  enabled: true
  storageClass: ""
  accessMode: ReadWriteOnce
  size: 10Gi
  mountPath: /opt/stalwart-mail

Resources

pod         stalwart-mail-0
service     stalwart-mail          LoadBalancer 8080/TCP,443/TCP,25/TCP,587/TCP,465/TCP,143/TCP,993/TCP,4190/TCP
service     stalwart-mail-headless ClusterIP    8080/TCP,443/TCP,25/TCP,587/TCP,465/TCP,143/TCP,993/TCP,4190/TCP
statefulset stalwart-mail

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages