Specify beat resources
This commit is contained in:
		
							parent
							
								
									44ed6ba81f
								
							
						
					
					
						commit
						9960f52561
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -39,7 +39,7 @@ spec:
 | 
				
			||||||
          image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
 | 
					          image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
 | 
				
			||||||
          imagePullPolicy: {{ .Values.image.pullPolicy }}
 | 
					          imagePullPolicy: {{ .Values.image.pullPolicy }}
 | 
				
			||||||
          resources:
 | 
					          resources:
 | 
				
			||||||
            {{- toYaml .Values.web.resources | nindent 12 }}
 | 
					            {{- toYaml .Values.beat.resources | nindent 12 }}
 | 
				
			||||||
          env:
 | 
					          env:
 | 
				
			||||||
            - name: SERVER_ROLE
 | 
					            - name: SERVER_ROLE
 | 
				
			||||||
              value: "beat"
 | 
					              value: "beat"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue