mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Change to hostport so I can portforward mail
This commit is contained in:
@@ -36,11 +36,17 @@ spec:
|
|||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
- containerPort: 443
|
- containerPort: 443
|
||||||
- containerPort: 25
|
- containerPort: 25
|
||||||
|
hostPort: 25
|
||||||
- containerPort: 587
|
- containerPort: 587
|
||||||
|
hostPort: 587
|
||||||
- containerPort: 465
|
- containerPort: 465
|
||||||
|
hostPort: 465
|
||||||
- containerPort: 143
|
- containerPort: 143
|
||||||
|
hostPort: 143
|
||||||
- containerPort: 993
|
- containerPort: 993
|
||||||
|
hostPort: 993
|
||||||
- containerPort: 4190
|
- containerPort: 4190
|
||||||
|
hostPort: 4190
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: stalwart-volume
|
- name: stalwart-volume
|
||||||
mountPath: {{ .Values.persistence.mountPath }}
|
mountPath: {{ .Values.persistence.mountPath }}
|
||||||
|
|||||||
Reference in New Issue
Block a user