Renamed stuff
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2021-12-10 23:08:58 +01:00
parent 3b5621278f
commit 2f5a4929a5
15 changed files with 17 additions and 17 deletions

View File

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