forked from open-webui/open-webui
		
	fix types
This commit is contained in:
		
							parent
							
								
									f5ac3a1ebf
								
							
						
					
					
						commit
						7d947c2988
					
				
					 3 changed files with 6 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -11,9 +11,9 @@ spec:
 | 
			
		|||
  type: {{ .type }}
 | 
			
		||||
  ports:
 | 
			
		||||
  - protocol: TCP
 | 
			
		||||
    port: http
 | 
			
		||||
    targetPort: {{ .port }}
 | 
			
		||||
    port: {{ .port }}
 | 
			
		||||
    targetPort: http
 | 
			
		||||
    {{- if .nodePort }}
 | 
			
		||||
    nodePort: {{ .nodePort }}
 | 
			
		||||
    nodePort: {{ .nodePort | int }}
 | 
			
		||||
    {{- end }}
 | 
			
		||||
{{- end }}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue