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:
|
# httpGet:
|
||||||
# path: /
|
# path: /
|
||||||
# port: 32400
|
# port: 32400
|
||||||
|
ports:
|
||||||
|
- name: pms
|
||||||
|
containerPort: 32400
|
||||||
|
- name: http
|
||||||
|
containerPort: 32400
|
||||||
|
- name: https
|
||||||
|
containerPort: 32443
|
||||||
env:
|
env:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
value: "{{ .Values.timezone }}"
|
value: "{{ .Values.timezone }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user