18 lines
288 B
YAML
18 lines
288 B
YAML
|
---
|
||
|
# This is a headless service in order to get svc entries in kube-dns
|
||
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: quobyte-api
|
||
|
labels:
|
||
|
app: quobyte-api
|
||
|
spec:
|
||
|
ports:
|
||
|
- port: 7860
|
||
|
name: "quobyte"
|
||
|
protocol: "TCP"
|
||
|
targetPort: 7860
|
||
|
selector:
|
||
|
app: quobyte-api
|
||
|
|