1 changed files with
6 additions and
0 deletions
|
|
@ -81,6 +81,9 @@ spec:
|
|
|
|
- name: auth
|
|
|
|
- name: auth
|
|
|
|
containerPort: 8000
|
|
|
|
containerPort: 8000
|
|
|
|
protocol: TCP
|
|
|
|
protocol: TCP
|
|
|
|
|
|
|
|
- name: http
|
|
|
|
|
|
|
|
containerPort: 80
|
|
|
|
|
|
|
|
protocol: TCP
|
|
|
|
resources:
|
|
|
|
resources:
|
|
|
|
requests:
|
|
|
|
requests:
|
|
|
|
memory: 100Mi
|
|
|
|
memory: 100Mi
|
|
|
@ -140,3 +143,6 @@ spec:
|
|
|
|
- name: imap-auth
|
|
|
|
- name: imap-auth
|
|
|
|
port: 10143
|
|
|
|
port: 10143
|
|
|
|
protocol: TCP
|
|
|
|
protocol: TCP
|
|
|
|
|
|
|
|
- name: http
|
|
|
|
|
|
|
|
port: 80
|
|
|
|
|
|
|
|
protocol: TCP
|
|
|
|