q3_server_status/kube/q3-status-service.yaml

15 lines
197 B
YAML
Raw Permalink Normal View History

2020-03-25 13:42:53 +01:00
---
2020-03-25 01:37:41 +01:00
apiVersion: v1
kind: Service
metadata:
name: q3-status
namespace: q3
spec:
selector:
app: q3-status
level: live
ports:
- protocol: TCP
port: 80
targetPort: 5000