Skip to content

Commit

Permalink
Merge 2f266b3 into backport/dyu/bump-default-connect-init-cpu/weekly-…
Browse files Browse the repository at this point in the history
…native-dassie
  • Loading branch information
hc-github-team-consul-core authored Mar 15, 2023
2 parents 860b4d1 + 2f266b3 commit a2d8c1b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions charts/consul/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2141,17 +2141,17 @@ connectInject:
# @type: map
resources:
requests:
# Recommended default: 500Mi
# Recommended production default: 500Mi
# @type: string
memory: "50Mi"
# Recommended default: 250m
# Recommended production default: 250m
# @type: string
cpu: "50m"
limits:
# Recommended default: 500Mi
# Recommended production default: 500Mi
# @type: string
memory: "50Mi"
# Recommended default: 250m
# Recommended production default: 250m
# @type: string
cpu: "50m"

Expand Down Expand Up @@ -2320,17 +2320,17 @@ connectInject:
# @type: map
resources:
requests:
# Recommended default: 100Mi
# Recommended production default: 100Mi
# @type: string
memory: null
# Recommended default: 100m
# Recommended production default: 100m
# @type: string
cpu: null
limits:
# Recommended default: 100Mi
# Recommended production default: 100Mi
# @type: string
memory: null
# Recommended default: 100m
# Recommended production default: 100m
# @type: string
cpu: null

Expand All @@ -2341,17 +2341,17 @@ connectInject:
initContainer:
resources:
requests:
# Recommended default: 150Mi
# Recommended production default: 150Mi
# @type: string
memory: "25Mi"
# Recommended default: 250m
# Recommended production default: 250m
# @type: string
cpu: "50m"
limits:
# Recommended default: 150Mi
# Recommended production default: 150Mi
# @type: string
memory: "150Mi"
# Recommended default: 500m
# Recommended production default: 500m
# @type: string
cpu: null

Expand Down

0 comments on commit a2d8c1b

Please sign in to comment.