Compare commits
No commits in common. "5aac0ef5a9baa8a5fa0a5efdfa364bd4ea5ecfde" and "3ae97ac4e192ac7802697077cdf05b9bd8fae838" have entirely different histories.
5aac0ef5a9
...
3ae97ac4e1
@ -42,22 +42,6 @@
|
|||||||
name: ca-issuer
|
name: ca-issuer
|
||||||
kind: ClusterIssuer
|
kind: ClusterIssuer
|
||||||
|
|
||||||
- name: Create a persistent volume claim for mail
|
|
||||||
k8s:
|
|
||||||
state: present
|
|
||||||
definition:
|
|
||||||
apiVersion: v1
|
|
||||||
kind: PersistentVolumeClaim
|
|
||||||
metadata:
|
|
||||||
name: dkim
|
|
||||||
namespace: mail
|
|
||||||
spec:
|
|
||||||
accessModes:
|
|
||||||
- ReadWriteOnce
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
storage: 512Mi
|
|
||||||
|
|
||||||
- name: Create a persistent volume claim for mail
|
- name: Create a persistent volume claim for mail
|
||||||
k8s:
|
k8s:
|
||||||
state: present
|
state: present
|
||||||
@ -147,8 +131,6 @@
|
|||||||
mountPath: /etc/letsencrypt
|
mountPath: /etc/letsencrypt
|
||||||
- name: mail
|
- name: mail
|
||||||
mountPath: /var/mail
|
mountPath: /var/mail
|
||||||
- name: dkim
|
|
||||||
mountPath: /tmp/docker-mailserver/opendkim
|
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 25
|
- containerPort: 25
|
||||||
- containerPort: 465
|
- containerPort: 465
|
||||||
@ -216,9 +198,6 @@
|
|||||||
- name: mail
|
- name: mail
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: mail
|
claimName: mail
|
||||||
- name: dkim
|
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: dkim
|
|
||||||
|
|
||||||
- name: Expose deployment as a service
|
- name: Expose deployment as a service
|
||||||
k8s:
|
k8s:
|
||||||
|
Loading…
Reference in New Issue
Block a user