Uploaded image for project: 'Nuxeo ECM Build/Test Environment'
  1. Nuxeo ECM Build/Test Environment
  2. NXBT-3365

Fix Redis host nuxeo.conf parameter in Nuxeo Helm chart

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: Nuxeo Helm Chart

      Description

      As suggested by https://github.com/nuxeo/nuxeo-helm-chart/pull/20/files:

          nuxeo.redis.host={{ .Release.Name }}-master
      

      should be:

          nuxeo.redis.host={{ .Release.Name }}-redis-master
      

      to follow the name of the Redis master pod, as described by the related statefulset:

      apiVersion: apps/v1
      kind: StatefulSet
      metadata:
        name: {{ template "redis.fullname" . }}-master
      

       

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved:

                Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0 minutes
                0m
                Logged:
                Time Spent - 1 hour
                1h