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