Integrating workflow microservice

This commit is contained in:
plm
2025-01-10 11:43:01 +01:00
parent 5825c89a23
commit fb5aed882f
4 changed files with 93 additions and 0 deletions

View File

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