Skip to content

Commit

Permalink
rem redis ha reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhardison committed Sep 12, 2024
1 parent 544839d commit 0cb91ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core/argocd/overlays/prod/argocd-cmd-params-cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
app.kubernetes.io/name: argocd-cmd-params-cm
app.kubernetes.io/part-of: argocd
data:

## Server properties
# Run server without TLS
server.insecure: "false"
Expand All @@ -18,5 +18,6 @@ data:
dex.server: "http://argocd-dex-server:5556"

# Redis server hostname and port (e.g. argocd-redis:6379)
redis.server: "argocd-redis-ha-haproxy:6379"
#redis.server: "argocd-redis-ha-haproxy:6379"
redis.server: "argocd-redis:6379"
reposerver.max.combined.directory.manifests.size: '3M'

0 comments on commit 0cb91ec

Please sign in to comment.