Try it all a go
This commit is contained in:
		
							
								
								
									
										17
									
								
								apps/whoami/service.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								apps/whoami/service.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | ||||
| apiVersion: v1 | ||||
| kind: Service | ||||
| metadata: | ||||
|   name: podinfo | ||||
| spec: | ||||
|   type: ClusterIP | ||||
|   selector: | ||||
|     app: podinfo | ||||
|   ports: | ||||
|     - name: http | ||||
|       port: 9898 | ||||
|       protocol: TCP | ||||
|       targetPort: http | ||||
|     - port: 9999 | ||||
|       targetPort: grpc | ||||
|       protocol: TCP | ||||
|       name: grpc | ||||
		Reference in New Issue
	
	Block a user