Integrating workflow microservice
This commit is contained in:
17
opencloud/templates/oc-workflow/service.yaml
Normal file
17
opencloud/templates/oc-workflow/service.yaml
Normal 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 }}
|
||||
Reference in New Issue
Block a user