beer/kube/beer-service.yaml
kleph b571066ba4
Some checks failed
continuous-integration/drone/push Build is failing
Fix yaml syntax
2020-02-15 18:53:27 +01:00

12 lines
155 B
YAML

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