You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
106 lines
1.8 KiB
106 lines
1.8 KiB
# Default values for snappymail.
|
|
|
|
replicaCount: 1
|
|
|
|
image:
|
|
repository: porto.interlegis.leg.br/library/docker-snappymail-il
|
|
pullPolicy: IfNotPresent
|
|
# Overrides the image tag whose default is the chart appVersion.
|
|
tag: ""
|
|
|
|
imagePullSecrets: []
|
|
nameOverride: ""
|
|
fullnameOverride: ""
|
|
|
|
podAnnotations: {}
|
|
|
|
podSecurityContext: {}
|
|
# fsGroup: 2000
|
|
|
|
securityContext: {}
|
|
# capabilities:
|
|
# drop:
|
|
# - ALL
|
|
# readOnlyRootFilesystem: true
|
|
# runAsNonRoot: true
|
|
# runAsUser: 1000
|
|
|
|
service:
|
|
type: ClusterIP
|
|
port: 80
|
|
|
|
snappymail:
|
|
uploadMaxSize: 25M
|
|
memoryLimit: 128M
|
|
secureCookies: true
|
|
logToStderr: true
|
|
|
|
ingress:
|
|
enabled: false
|
|
className: ""
|
|
annotations: {}
|
|
# kubernetes.io/ingress.class: nginx
|
|
# kubernetes.io/tls-acme: "true"
|
|
hosts:
|
|
- host: chart-example.local
|
|
paths:
|
|
- path: /
|
|
pathType: ImplementationSpecific
|
|
tls: []
|
|
# - secretName: chart-example-tls
|
|
# hosts:
|
|
# - chart-example.local
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 1500m
|
|
memory: 1500Mi
|
|
requests:
|
|
cpu: 500m
|
|
memory: 700Mi
|
|
|
|
autoscaling:
|
|
enabled: false
|
|
minReplicas: 2
|
|
maxReplicas: 10
|
|
targetCPUUtilizationPercentage: 70
|
|
# targetMemoryUtilizationPercentage: 80
|
|
|
|
nodeSelector: {}
|
|
|
|
tolerations: []
|
|
|
|
persistence:
|
|
accessMode: ReadWriteMany
|
|
size: 8Gi
|
|
storageClass: ""
|
|
|
|
|
|
|
|
# MariaDB configuration for storing contact information
|
|
mariadb:
|
|
auth:
|
|
rootPassword: changeme
|
|
database: snappymail
|
|
username: snappymail
|
|
password: changeme
|
|
architecture: standalone
|
|
primary:
|
|
resources:
|
|
limits:
|
|
cpu: 1500m
|
|
memory: 768Mi
|
|
requests:
|
|
cpu: 500m
|
|
memory: 256Mi
|
|
|
|
# Redis configuration for caching
|
|
redis:
|
|
architecture: standalone
|
|
auth:
|
|
enabled: false
|
|
master:
|
|
persistence:
|
|
enabled: true
|
|
size: 8Gi
|
|
storageClass: ""
|
|
|