File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 containers :
2828 - name : dremio-coordinator
2929 image : {{.Values.image}}
30+ imagePullPolicy : IfNotPresent
3031 resources :
3132 requests :
3233 memory : {{.Values.coordinator.memory}}M
Original file line number Diff line number Diff line change 2727 containers :
2828 - name : dremio-executor
2929 image : {{.Values.image}}
30+ imagePullPolicy : IfNotPresent
3031 resources :
3132 requests :
3233 memory : {{.Values.executor.memory}}M
6162 # since we're mounting a separate volume, reset permission to dremio uid/gid
6263 - name : chown-data-directory
6364 image : {{.Values.image}}
65+ imagePullPolicy : IfNotPresent
6466 securityContext :
6567 runAsUser : 0
6668 volumeMounts :
Original file line number Diff line number Diff line change 3030 containers :
3131 - name : dremio-master-coordinator
3232 image : {{.Values.image}}
33+ imagePullPolicy : IfNotPresent
3334 resources :
3435 requests :
3536 memory : {{.Values.coordinator.memory}}M
6970 # since we're mounting a separate volume, reset permission to dremio uid/gid
7071 - name : chown-data-directory
7172 image : {{.Values.image}}
73+ imagePullPolicy : IfNotPresent
7274 securityContext :
7375 runAsUser : 0
7476 volumeMounts :
8082 - " /opt/dremio/data"
8183 - name : upgrade-task
8284 image : {{.Values.image}}
85+ imagePullPolicy : IfNotPresent
8386 volumeMounts :
8487 - name : dremio-master-volume
8588 mountPath : /opt/dremio/data
Original file line number Diff line number Diff line change 1- image : dremio/dremio-oss
1+ # The image used to build the Dremio cluster. It is recommended to update the
2+ # version tag to the version that you are using. This will ensure that all
3+ # the pods are using the same version of the software.
4+ image : dremio/dremio-oss:latest
5+
26# Check out Dremio documentation for memory and cpu requirements for
37# the coordinators and the executors.
48# The value of memory should be in MB. CPU is in no of cores.
@@ -18,6 +22,7 @@ executor:
1822 cpu : 4
1923 count : 1
2024 volumeSize : 20Gi
25+
2126# If your Kubernetes cluster does not support LoadBalancer,
2227# comment out the line below for the helm chart to succeed or add
2328# the correct serviceType for your cluster.
You can’t perform that action at this time.
0 commit comments