Skip to content

Commit

Permalink
This was still set to 5 for some reason
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanHilt committed Jan 26, 2024
1 parent 87704ae commit 4563ebe
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions kube/services/argo/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
controller:
parallelism: 5
parallelism: 3
metricsConfig:
# -- Enables prometheus metrics server
enabled: true
Expand Down Expand Up @@ -28,11 +28,11 @@ controller:
}
]
}
}
}
resourceRateLimit:
limit: 40
burst: 4
burst: 4

# -- enable persistence using postgres
persistence:
Expand All @@ -49,7 +49,7 @@ controller:
port: 5432
database: GEN3_ARGO_DB_NAME
tableName: argo_workflows
# # the database secrets must be in the same namespace of the controller
# # the database secrets must be in the same namespace of the controller
userNameSecret:
name: argo-db-creds
key: db_username
Expand All @@ -58,7 +58,7 @@ controller:
key: db_password
nodeStatusOffLoad: true

workflowDefaults:
workflowDefaults:
spec:
archiveLogs: true

Expand All @@ -77,11 +77,11 @@ server:
baseHref: "/argo/"
# -- Extra arguments to provide to the Argo server binary, such as for disabling authentication.
extraArgs:
- --auth-mode=server
- --auth-mode=client
- --auth-mode=server
- --auth-mode=client
extraEnv:
- name: ARGO_HTTP1
value: "true"
- name: ARGO_HTTP1
value: "true"
resources:
requests:
memory: 8Gi
Expand Down

0 comments on commit 4563ebe

Please sign in to comment.