|  |  | @ -8,6 +8,10 @@ metadata: | 
			
		
	
		
			
				
					|  |  |  |     chart: {{ template "helm-guestbook.chart" . }} | 
			
		
	
		
			
				
					|  |  |  |     release: {{ .Release.Name }} | 
			
		
	
		
			
				
					|  |  |  |     heritage: {{ .Release.Service }} | 
			
		
	
		
			
				
					|  |  |  |   {{- with .Values.deployment.annotations }} | 
			
		
	
		
			
				
					|  |  |  |   annotations: | 
			
		
	
		
			
				
					|  |  |  |     {{- toYaml . | nindent 4 }} | 
			
		
	
		
			
				
					|  |  |  |   {{- end }} | 
			
		
	
		
			
				
					|  |  |  | spec: | 
			
		
	
		
			
				
					|  |  |  |   replicas: {{ .Values.replicaCount }} | 
			
		
	
		
			
				
					|  |  |  |   revisionHistoryLimit: 3 | 
			
		
	
	
		
			
				
					|  |  | 
 |