beer/kube/beer-service.yaml
kleph 65eb050362
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
[CI] Add stating environment
2020-03-01 02:26:42 +01:00

14 lines
203 B
YAML

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