scheduler, aggregator, discovery integration

This commit is contained in:
plm
2025-01-15 16:34:02 +01:00
parent 5b90f637e3
commit c66de05c57
10 changed files with 276 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{{- if index .Values.ocScheduler.enabled }}
apiVersion: v1
kind: Service
metadata:
name: oc-scheduler-svc
labels:
app: oc-scheduler-svc
spec:
ports:
- name: http
port: 8080
protocol: TCP
targetPort: 8080
selector:
app: oc-scheduler
type: ClusterIP
{{- end }}