Add port 80 to front container and service

master
Michael Wyraz 5 years ago
parent 44837fc007
commit b94636b883

@ -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

Loading…
Cancel
Save