Compare commits
No commits in common. "5aac0ef5a9baa8a5fa0a5efdfa364bd4ea5ecfde" and "3ae97ac4e192ac7802697077cdf05b9bd8fae838" have entirely different histories.
5aac0ef5a9
...
3ae97ac4e1
@ -42,22 +42,6 @@
|
||||
name: ca-issuer
|
||||
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
|
||||
k8s:
|
||||
state: present
|
||||
@ -147,8 +131,6 @@
|
||||
mountPath: /etc/letsencrypt
|
||||
- name: mail
|
||||
mountPath: /var/mail
|
||||
- name: dkim
|
||||
mountPath: /tmp/docker-mailserver/opendkim
|
||||
ports:
|
||||
- containerPort: 25
|
||||
- containerPort: 465
|
||||
@ -216,9 +198,6 @@
|
||||
- name: mail
|
||||
persistentVolumeClaim:
|
||||
claimName: mail
|
||||
- name: dkim
|
||||
persistentVolumeClaim:
|
||||
claimName: dkim
|
||||
|
||||
- name: Expose deployment as a service
|
||||
k8s:
|
||||
|
Loading…
Reference in New Issue
Block a user