Updated for weather app
This commit is contained in:
		
							parent
							
								
									61a23d284c
								
							
						
					
					
						commit
						067143caf2
					
				| @ -20,7 +20,7 @@ spec: | ||||
|       - name: mycontainer | ||||
|         image: "{{ .Values.image.name }}:{{ .Values.image.tag }}" | ||||
|         ports: | ||||
|         - containerPort: 80 | ||||
|         - containerPort: 3000 | ||||
|         envFrom: | ||||
|         - configMapRef: | ||||
|             name: {{ .Values.configmap.name }} | ||||
|  | ||||
| @ -6,7 +6,7 @@ metadata: | ||||
|     app: {{ .Values.appName }} | ||||
| spec: | ||||
|   ports: | ||||
|   - port: 80 | ||||
|   - port: 3000 | ||||
|     protocol: TCP | ||||
|     name: flask | ||||
|   selector: | ||||
|  | ||||
| @ -8,5 +8,5 @@ configmap: | ||||
|     CUSTOM_HEADER: 'This app was deployed with helm!' | ||||
| 
 | ||||
| image: | ||||
|   name: devopsjourney1/mywebapp | ||||
|   name: shujohns/weather | ||||
|   tag: latest | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user