add telnet port
This commit is contained in:
parent
528403d740
commit
199186f127
@ -41,6 +41,9 @@ spec:
|
|||||||
- name: fhemweb
|
- name: fhemweb
|
||||||
containerPort: {{ .Values.containerPorts.fhemweb }}
|
containerPort: {{ .Values.containerPorts.fhemweb }}
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
- name: telnet
|
||||||
|
containerPort: {{ .Values.telnetport }}
|
||||||
|
protocol: TCP
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /fhem
|
path: /fhem
|
||||||
|
Loading…
Reference in New Issue
Block a user