2 changed files with 15 additions and 0 deletions
			
			
		| @ -0,0 +1,14 @@ | |||
| --- | |||
| apiVersion: v1 | |||
| kind: Service | |||
| metadata: | |||
|   name: carts | |||
|   labels: | |||
|     name: carts | |||
| spec: | |||
|   ports: | |||
|     # the port that this service should serve on | |||
|   - port: 80 | |||
|     targetPort: 80 | |||
|   selector: | |||
|     name: carts | |||
					Loading…
					
					
				
		Reference in new issue