-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmailrelay2.yaml
More file actions
76 lines (66 loc) · 1.45 KB
/
mailrelay2.yaml
File metadata and controls
76 lines (66 loc) · 1.45 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: mailrelay2
namespace: mailrelay2
spec:
valuesFrom:
- name: "mailrelay-values"
kind: Secret
interval: 5m
releaseName: mailrelay2
chart:
spec:
chart: ./helm/exim
sourceRef:
kind: GitRepository
name: exim-relay
namespace: flux-system
interval: 1m
values:
image:
repository: hmctsprod.azurecr.io/exim-relay
tag: 0.13.2
pullPolicy: IfNotPresent
service:
type: ClusterIP
port: 25
eximExporterService:
type: ClusterIP
port: 9636
workload: Deployment
volumeClaim:
storageClass: "managed-premium"
storageSize: 10Gi
smtp:
relayDisableSenderVerification: false
resources:
requests:
cpu: 50m
memory: 64Mi
limits:
cpu: 200m
memory: 256Mi
fluentbit:
enabled: true
image:
repository: hmctsprod.azurecr.io/fluent/fluent-bit
tag: 1.7.2
pullPolicy: IfNotPresent
eximexporter:
enabled: true
image:
repository: hmctsprod.azurecr.io/exim-exporter
tag: 0.3
pullPolicy: IfNotPresent
ports:
- name: eximexporter
containerPort: 9636
prometheus:
enabled: true
global:
environment: sbox
enableTls: false
enableOutboundTls: false
enableInboundTls: false
enableAuth: false