birbcontrol/k8s/service.yml
Torma Kristóf 4deaf74bb9
Some checks failed
continuous-integration/drone/push Build is failing
add kubernetes stuff
2021-06-12 23:01:38 +02:00

17 lines
282 B
YAML

---
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