-
Notifications
You must be signed in to change notification settings - Fork 101
Expand file tree
/
Copy pathvalues.yaml
More file actions
48 lines (44 loc) · 1.02 KB
/
values.yaml
File metadata and controls
48 lines (44 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Default values for snappymail.
tlsHostname: snappymail.example.com
deployment:
env:
debug: "false"
log_to_stdout: "true"
memory_limit: 256M
upload_max_size: 25M
containerPorts:
- containerPort: 8888
resources:
limits:
memory: 512Mi
requests:
cpu: 50m
memory: 256Mi
volumeMounts:
- mountPath: /var/lib/snappymail/_data_
name: share
subPath: snappymail/data
volumes:
- name: share
hostPath: { path: /var/lib/docker/k8s-volumes/share }
image:
repository: djmaze/snappymail
pullPolicy: IfNotPresent
# tag: default
nameOverride: ""
fullnameOverride: ""
serviceAccount: {}
service:
clusterIP: None
ports:
- { port: 80, targetPort: 8888 }
type: ClusterIP
autoscaling:
enabled: false
ingress:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/client-body-buffer-size: 20m
nginx.ingress.kubernetes.io/enable-access-log: "false"
nginx.ingress.kubernetes.io/proxy-body-size: 20m