Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
cb5b774f5d
|
|||
|
c6faeaed2e
|
|||
|
4164c340df
|
|||
|
a8e7e83881
|
|||
|
173f80b50d
|
@@ -12,6 +12,6 @@ WORKDIR /etc/exim
|
||||
|
||||
EXPOSE 25
|
||||
|
||||
CMD [ "/usr/sbin/exim", "-bd", "-q15m", "-v" ]
|
||||
CMD [ "/usr/sbin/exim", "-bd", "-q15m" ]
|
||||
|
||||
|
||||
@@ -32,6 +32,14 @@ spec:
|
||||
- name: smtp
|
||||
containerPort: 25
|
||||
protocol: TCP
|
||||
readinessProbe:
|
||||
tcpSocket:
|
||||
port: 25
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 10
|
||||
timeoutSeconds: 5
|
||||
successThreshold: 1
|
||||
failureThreshold: 3
|
||||
volumeMounts:
|
||||
- name: exim-config
|
||||
mountPath: /etc/exim/db
|
||||
@@ -66,6 +74,7 @@ metadata:
|
||||
name: exim-forwarder
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
externalTrafficPolicy: Local
|
||||
selector:
|
||||
app: exim-forwarder
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user