Skip to content

Commit

Permalink
Update values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
m0nhawk authored Aug 15, 2023
1 parent b7868ab commit bcddf2f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions kube/services/argo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ controller:
enabled: true
servicePort: 9090

resources:
requests:
memory: 8Gi
limits:
memory: 8Gi

podAnnotations:
prometheus.io/scrape: "true"
prometheus.io/path: /metrics
Expand Down Expand Up @@ -76,6 +82,11 @@ server:
extraEnv:
- name: ARGO_HTTP1
value: "true"
resources:
requests:
memory: 8Gi
limits:
memory: 8Gi

# -- Influences the creation of the ConfigMap for the workflow-controller itself.
useDefaultArtifactRepo: true
Expand Down

0 comments on commit bcddf2f

Please sign in to comment.