You've already forked roundcube-charts
							
							feat: support pod priorityClassName
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		@@ -47,13 +47,16 @@ spec:
 | 
				
			|||||||
              port: http
 | 
					              port: http
 | 
				
			||||||
          resources:
 | 
					          resources:
 | 
				
			||||||
            {{- toYaml .Values.resources | nindent 12 }}
 | 
					            {{- toYaml .Values.resources | nindent 12 }}
 | 
				
			||||||
 | 
					      {{- with .Values.affinity }}
 | 
				
			||||||
 | 
					      affinity:
 | 
				
			||||||
 | 
					        {{- toYaml . | nindent 8 }}
 | 
				
			||||||
 | 
					      {{- end }}
 | 
				
			||||||
      {{- with .Values.nodeSelector }}
 | 
					      {{- with .Values.nodeSelector }}
 | 
				
			||||||
      nodeSelector:
 | 
					      nodeSelector:
 | 
				
			||||||
        {{- toYaml . | nindent 8 }}
 | 
					        {{- toYaml . | nindent 8 }}
 | 
				
			||||||
      {{- end }}
 | 
					      {{- end }}
 | 
				
			||||||
      {{- with .Values.affinity }}
 | 
					      {{- if .Values.podPriorityClassName }}
 | 
				
			||||||
      affinity:
 | 
					      priorityClassName: {{ .Values.podPriorityClassName }}
 | 
				
			||||||
        {{- toYaml . | nindent 8 }}
 | 
					 | 
				
			||||||
      {{- end }}
 | 
					      {{- end }}
 | 
				
			||||||
      {{- with .Values.tolerations }}
 | 
					      {{- with .Values.tolerations }}
 | 
				
			||||||
      tolerations:
 | 
					      tolerations:
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -22,6 +22,8 @@ serviceAccount:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
podAnnotations: {}
 | 
					podAnnotations: {}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					podPriorityClassName: ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
podSecurityContext: {}
 | 
					podSecurityContext: {}
 | 
				
			||||||
  # fsGroup: 2000
 | 
					  # fsGroup: 2000
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user