beer/kube/beer-service.yaml
kleph 03a194ed78
Some checks failed
continuous-integration/drone/push Build is failing
[RUN] Add namespace 'beer'
2020-02-22 00:59:39 +01:00

13 lines
173 B
YAML

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