github.com/argoproj/argo-cd/v3@v3.2.1/manifests/ha/base/redis-ha/chart/values.yaml (about)

     1  redis-ha:
     2    auth: true
     3    authKey: auth
     4    existingSecret: argocd-redis
     5    persistentVolume:
     6      enabled: false
     7    redis:
     8      masterGroupName: argocd
     9      config:
    10        save: '""'
    11        bind: '0.0.0.0'
    12    haproxy:
    13      enabled: true
    14      IPv6:
    15        enabled: false
    16      image:
    17        tag: 3.0.8-alpine
    18      timeout:
    19        server: 6m
    20        client: 6m
    21      checkInterval: 3s
    22      metrics:
    23        enabled: true
    24      extraConfig: |
    25        global
    26          maxconn 4096
    27      serviceAccount:
    28        automountToken: true
    29    image:
    30      tag: 8.2.2-alpine
    31    sentinel:
    32      bind: '0.0.0.0'
    33      lifecycle:
    34        postStart:
    35          exec:
    36            command:
    37              - '/bin/sh'
    38              - '-c'
    39              - 'sleep 30; redis-cli -p 26379 sentinel reset argocd'