You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/11/04 15:35:21 UTC

[GitHub] [superset] Jap8nted commented on issue #20658: Redis not found when installing superset using helm

Jap8nted commented on issue #20658:
URL: https://github.com/apache/superset/issues/20658#issuecomment-1303772331

   superset:
     serviceAccountName: superset
   
     bootstrapScript: |
       #!/bin/bash
       rm -rf /var/lib/apt/lists/* && \
       pip install --upgrade pip && \
       pip install \
         psycopg2-binary==2.9.1 \
         redis==3.5.3 \
         pyathena \
         elasticsearch-dbapi && \
       if [ ! -f ~/bootstrap ]; then echo "Running Superset with uid {{ .Values.runAsUser }}" > ~/bootstrap; fi
   
   
     supersetNode:
       connections:
         db_host: "XXXX"
         db_port: "5432"
         db_user: "sms"
         db_pass: "sms"
         db_name: "sms"
   
     postgresql:
       enabled: false
   
     affinity:
       nodeAffinity:
         requiredDuringSchedulingIgnoredDuringExecution:
           nodeSelectorTerms:
             - matchExpressions:
                 - key: k8s.xarvio.com/instancegroup
                   operator: In
                   values:
                     - persistent


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org