Page MenuHomePhorge

imap-svc.yaml
No OneTemporary

Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None

imap-svc.yaml

{{- if .Values.imap.enabled -}}
kind: Service
apiVersion: v1
metadata:
name: imap
spec:
ipFamilies:
- IPv4
ports:
- name: imap
protocol: TCP
port: 143
targetPort: 11143
- name: imaps
protocol: TCP
port: 993
targetPort: 11993
- name: http
protocol: TCP
port: 80
targetPort: 11080
- name: https
protocol: TCP
port: 443
targetPort: 11443
- name: sieve
protocol: TCP
port: 4190
targetPort: 4190
- name: lmtp
protocol: TCP
port: 11024
targetPort: 11024
- name: csync
protocol: TCP
port: 2005
targetPort: 2005
internalTrafficPolicy: Cluster
ipFamilyPolicy: SingleStack
selector:
app: imap
{{- if .Values.imap.replica.enabled }}
---
kind: Service
apiVersion: v1
metadata:
name: imap-replica
spec:
ipFamilies:
- IPv4
ports:
- name: imap
protocol: TCP
port: 143
targetPort: 11143
- name: http
protocol: TCP
port: 80
targetPort: 11080
internalTrafficPolicy: Cluster
ipFamilyPolicy: SingleStack
selector:
app: imap-replica
{{- end }}
{{- if .Values.imap.murder.enabled }}
---
kind: Service
apiVersion: v1
metadata:
name: imap-headless
spec:
ipFamilies:
- IPv4
ports:
- name: imap
protocol: TCP
port: 11143
- name: imaps
protocol: TCP
port: 11993
- name: http
protocol: TCP
port: 11080
- name: https
protocol: TCP
port: 11443
- name: sieve
protocol: TCP
port: 4190
- name: lmtp
protocol: TCP
port: 11024
clusterIP: None
selector:
app: imap
{{- end }}
{{- end }}

File Metadata

Mime Type
text/plain
Expires
Sun, Apr 5, 10:34 PM (2 w, 3 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
97/3f/b3ada580d89065c669e307721740
Default Alt Text
imap-svc.yaml (1 KB)

Event Timeline