birbcontrol/k8s/service.yml

17 lines
282 B
YAML
Raw Permalink Normal View History

2021-06-12 23:01:38 +02:00
---
apiVersion: v1
kind: Service
metadata:
name: birbcontrol-svc
namespace: birbnetes
labels:
app: birbcontrol
spec:
ports:
- name: birbcontrol
port: 80
targetPort: 80
protocol: TCP
selector:
app: birbcontrol
type: ClusterIP