Skip to content

Commit

Permalink
[Argo-cd] Add resources for redisSecretInit (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
slim0 authored Dec 13, 2024
1 parent bb57a59 commit a255563
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/argo-cd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.1
version: 1.0.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
9 changes: 9 additions & 0 deletions charts/argo-cd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,15 @@ argo-cd:
redis:
enabled: true

redisSecretInit:
resources:
limits:
cpu: 200m
memory: 128Mi
requests:
cpu: 100m
memory: 64Mi

redis-ha:
enabled: false

Expand Down

0 comments on commit a255563

Please sign in to comment.