|  | # Default values for paths-example.
 | 
						
						
						
							|  | # This is a YAML-formatted file.
 | 
						
						
						
							|  | # Declare variables to be passed into your templates.
 | 
						
						
						
							|  | replicaCount: 1
 | 
						
						
						
							|  | image:
 | 
						
						
						
							|  |   repository: nginx
 | 
						
						
						
							|  |   tag: stable
 | 
						
						
						
							|  |   pullPolicy: IfNotPresent
 | 
						
						
						
							|  | service:
 | 
						
						
						
							|  |   name: nginx
 | 
						
						
						
							|  |   type: ClusterIP
 | 
						
						
						
							|  |   externalPort: 80
 | 
						
						
						
							|  |   internalPort: 80
 |