Zhiyi Li
12/21/2022, 2:18 PMKetan (kumare3)
Zhiyi Li
12/22/2022, 4:37 AMKetan (kumare3)
Zhiyi Li
12/22/2022, 6:39 AMapiVersion: v1
6 data:
7 cluster_resources.yaml: |
8 cluster_resources:
9 customData:
10 - production:
11 - projectQuotaCpu:
12 value: "50000"
13 - projectQuotaMemory:
14 value: 4000Gi
15 - development:
16 - projectQuotaCpu:
17 value: "40000"
18 - projectQuotaMemory:
19 value: 30000Gi
20 refresh: 5m
21 refreshInterval: 5m
22 standaloneDeployment: false
23 templatePath: /etc/flyte/clusterresource/templates
24 db.yaml: |
25 database:
26 dbname: flyteadmin
27 host: aaa
28 passwordPath: /etc/db/pass.txt
29 port: 5432
30 username: flyte
31 domain.yaml: |
32 domains:
33 - id: development
34 name: development
35 - id: production
36 name: production
37 logger.yaml: |
38 logger:
39 level: 5
40 show-source: true
41 registration.yaml: |
42 maxWorkflowNodes: 0
for more reference here is the configmap I used for admin service. I set the maxWorkflowNodes in the registration sectionKetan (kumare3)
Zhiyi Li
12/22/2022, 6:44 AMKetan (kumare3)
Dan Rammer (hamersaw)
12/22/2022, 9:20 PM