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