Skip to content

Commit

Permalink
Update values.yaml
Browse files Browse the repository at this point in the history
Change wording from "Recommended default" to "Recommended production default"
  • Loading branch information
David Yu authored Mar 15, 2023
1 parent 231867f commit 2f266b3
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 @@ -2134,17 +2134,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 @@ -2313,17 +2313,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 @@ -2334,17 +2334,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 2f266b3

Please sign in to comment.