|
@ -7,9 +7,21 @@ metadata: |
|
|
spec: |
|
|
spec: |
|
|
type: {{ .Values.service.type }} |
|
|
type: {{ .Values.service.type }} |
|
|
ports: |
|
|
ports: |
|
|
- port: {{ .Values.service.port }} |
|
|
- port: 80 |
|
|
targetPort: http |
|
|
targetPort: http |
|
|
protocol: TCP |
|
|
protocol: TCP |
|
|
name: http |
|
|
name: http |
|
|
|
|
|
- port: 143 |
|
|
|
|
|
targetPort: imap |
|
|
|
|
|
protocol: TCP |
|
|
|
|
|
name: imap |
|
|
|
|
|
- port: 110 |
|
|
|
|
|
targetPort: pop |
|
|
|
|
|
protocol: TCP |
|
|
|
|
|
name: pop |
|
|
|
|
|
- port: 25 |
|
|
|
|
|
targetPort: smtp |
|
|
|
|
|
protocol: TCP |
|
|
|
|
|
name: smtp |
|
|
selector: |
|
|
selector: |
|
|
{{- include "emailleg.selectorLabels" . | nindent 4 }} |
|
|
{{- include "emailleg.selectorLabels" . | nindent 4 }} |
|
|