---
apiVersion: v1
kind: Service
metadata:
name: beer
namespace: beer
spec:
selector:
app: beer
ports:
- protocol: TCP
port: 80
targetPort: 5000