-
Notifications
You must be signed in to change notification settings - Fork 0
3.3.5 Workflow orchestration
Iqqdd99 edited this page Dec 17, 2024
·
3 revisions
Workflow orchestration
apiVersion: "core.oam.dev/v1beta1"
kind: "Application"
metadata:
name: "workflow-poisson-app-202411191437"
spec:
components:
- name: "workflow-poisson-app"
type: "webservice"
properties:
image: "iqqdd/poisson-workflow:latest"
cpu: "4.0"
memory: "8048Mi"
imagePullPolicy: "Always"
env:
- name: DURATION
value: "60"
- name: ARGO_HOST
value: "http://argo-workflows-server.argo.svc.cluster.local:2746"
- name: NBIN
value: "10000000000"
- name: LAMBDA
value: "30"
traits:
- type: "scaler"
properties:
replicas: 1
- name: "workflow-worker"
type: "webservice"
properties:
image: "hello-world"
cpu: "4.0"
memory: "8048Mi"
traits:
- type: "scaler"
properties:
replicas: 1
WORKFLOW_ENABLED
yes
Funded by the European Union. Views and opinions expressed are however those of the author(s) only and do not necessarily reflect those of the European Union or the Directorate-General for Communications Networks, Content and Technology. Neither the European Union nor the granting authority can be held responsible for them.
© 2024 NEBULOUS. ALL RIGHTS RESERVED