including needed ports in deployment spec

Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
Jeff Billimek
2018-11-05 13:15:10 -05:00
parent 0c5036d33b
commit 09bd923465
@@ -59,6 +59,13 @@ spec:
# httpGet:
# path: /
# port: 32400
ports:
- name: pms
containerPort: 32400
- name: http
containerPort: 32400
- name: https
containerPort: 32443
env:
- name: TZ
value: "{{ .Values.timezone }}"