replicas
This commit is contained in:
		
							parent
							
								
									a2ffd5f29f
								
							
						
					
					
						commit
						b406a40573
					
				| @ -5,7 +5,7 @@ metadata: | ||||
|   labels: | ||||
|     app: {{ .Values.appName }} | ||||
| spec: | ||||
|   replicas: 5 | ||||
|   replicas: {{ .Values.replicas }} | ||||
|   selector: | ||||
|     matchLabels: | ||||
|       app: {{ .Values.appName }} | ||||
|  | ||||
| @ -1,4 +1,6 @@ | ||||
| 
 | ||||
| replicas: 2 | ||||
| 
 | ||||
| configmap: | ||||
|   data: | ||||
|     CUSTOM_HEADER: 'This is on the DEV environment!' | ||||
|  | ||||
| @ -1,4 +1,6 @@ | ||||
| 
 | ||||
| replicas: 4 | ||||
| 
 | ||||
| configmap: | ||||
|   data: | ||||
|     CUSTOM_HEADER: 'This is on the PROD environment!' | ||||
|  | ||||
| @ -3,4 +3,4 @@ kind: Deployment | ||||
| metadata: | ||||
|   name: mywebapp | ||||
| spec: | ||||
|   replicas: 5 | ||||
|   replicas: 4 | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user