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