including needed ports in deployment spec
Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user