Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit cd599b5

Browse files
authored
add service to processor in helm chart (#431)
1 parent 28e730c commit cd599b5

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

deployment/k8s/orchestrator-chart/templates/orchestrator-service.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,17 @@ spec:
1313
ports:
1414
- port: 8090
1515
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+
app: {{ include "orchestrator.fullname" . }}-processor
27+
ports:
28+
- port: 8090
29+
targetPort: 8090

0 commit comments

Comments
 (0)