forked from open-webui/open-webui
		
	rename ports, labels and service settings
This commit is contained in:
		
							parent
							
								
									0b7f183a03
								
							
						
					
					
						commit
						05e31494c2
					
				
					 7 changed files with 25 additions and 18 deletions
				
			
		| 
						 | 
				
			
			@ -13,13 +13,14 @@ spec:
 | 
			
		|||
  template:
 | 
			
		||||
    metadata:
 | 
			
		||||
      labels:
 | 
			
		||||
        {{- include "ollama.selectorLabels" . | nindent 8 }}
 | 
			
		||||
        {{- include "ollama.labels" . | nindent 8 }}
 | 
			
		||||
    spec:
 | 
			
		||||
      containers:
 | 
			
		||||
      - name: {{ include "ollama.name" . }}
 | 
			
		||||
        image: {{ .Values.ollama.image }}
 | 
			
		||||
        ports:
 | 
			
		||||
        - containerPort: {{ .Values.ollama.servicePort }}
 | 
			
		||||
        - name: http
 | 
			
		||||
          containerPort: {{ .Values.ollama.service.containerPort }}
 | 
			
		||||
        env:
 | 
			
		||||
        {{- if .Values.ollama.gpu.enabled }}
 | 
			
		||||
          - name: PATH
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue