Skip to content

Commit a174d34

Browse files
authored
fix(chart): add default metrics disabled (#86)
1 parent 0026773 commit a174d34

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

charts/trino/values.yaml

+2-14
Original file line numberDiff line numberDiff line change
@@ -237,18 +237,6 @@ worker:
237237
# cpu: 100m
238238
# memory: 128Mi
239239

240-
ranger:
240+
metrics:
241241
enabled: false
242-
initContainers:
243-
coordinator:
244-
- name: init-coordinator
245-
image: alleeex/trino-init:3.0.3-ranger
246-
# image: harbor.chi.swan.ac.uk/trino/trino-init:3.0.1-ranger
247-
imagePullPolicy: Always
248-
volumeMounts:
249-
- mountPath: /etc/trino
250-
name: trino-storage
251-
- mountPath: /usr/lib/trino/plugin/ranger
252-
name: ranger-storage
253-
- mountPath: /etc/ranger-3.0.0-trino-plugin
254-
name: ranger-plugin
242+

0 commit comments

Comments
 (0)