jaegwonseo opened a new issue #12249:
URL: https://github.com/apache/druid/issues/12249


   Currently, there is no tier setting for the historical node in the helm 
chart, do you have any plans to add a tier?
   
   If you don't have a plan, I'll try adding it using range as shown below.
   
   historical node statefulset.yaml
   ``` yaml
   {{- range $key, $value := .Values.historical.tiers }}
   
   historical statefulset helm chart
   
   {{- end }}
   ```
   
   values.yaml
   ```yaml
     tiers:
       default:
         replicaCount: 1
         env:
           druid_server_tier: xxxx
       cold:
         replicaCount: 1
         env:
           druid_server_tier: xxxx
   ```
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to