We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28e730c commit cd599b5Copy full SHA for cd599b5
1 file changed
deployment/k8s/orchestrator-chart/templates/orchestrator-service.yaml
@@ -13,3 +13,17 @@ spec:
13
ports:
14
- port: 8090
15
targetPort: 8090
16
+---
17
+apiVersion: v1
18
+kind: Service
19
+metadata:
20
+ name: {{ include "orchestrator.fullname" . }}-processor
21
+ namespace: {{ .Values.namespace }}
22
+ labels:
23
+ app: {{ include "orchestrator.fullname" . }}-processor
24
+spec:
25
+ selector:
26
27
+ ports:
28
+ - port: 8090
29
+ targetPort: 8090
0 commit comments