birb-scheduler-teller/k8s/service.yaml
marcsello 2f5a4929a5
All checks were successful
continuous-integration/drone Build is passing
Renamed stuff
2021-12-10 23:08:58 +01:00

16 lines
293 B
YAML

apiVersion: v1
kind: Service
metadata:
name: birb-scheduler-teller
namespace: turbomemer
labels:
app: birb-scheduler-teller
spec:
ports:
- name: birb-scheduler-teller
port: 80
targetPort: 8000
protocol: TCP
selector:
app: birb-scheduler-teller
type: ClusterIP