Add port 80 to front container and service

This commit is contained in:
Michael Wyraz
2019-10-03 20:19:05 +02:00
parent 44837fc007
commit b94636b883

View File

@@ -81,6 +81,9 @@ spec:
- name: auth
containerPort: 8000
protocol: TCP
- name: http
containerPort: 80
protocol: TCP
resources:
requests:
memory: 100Mi
@@ -140,3 +143,6 @@ spec:
- name: imap-auth
port: 10143
protocol: TCP
- name: http
port: 80
protocol: TCP