14 lines
211 B
YAML
14 lines
211 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: beer-staging
|
|
namespace: __NAMESPACE__
|
|
spec:
|
|
selector:
|
|
app: beer
|
|
level: __LEVEL__
|
|
ports:
|
|
- protocol: TCP
|
|
port: 80
|
|
targetPort: 5000
|