beer/kube/beer-service.yaml
kleph d013eb694b
All checks were successful
continuous-integration/drone/push Build is passing
[CI] Add kube deployment, service and ingress
2020-02-15 16:01:55 +01:00

12 lines
152 B
YAML

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