Skip to content

Commit

Permalink
fix(chart): add default metrics disabled (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
alee-x authored Apr 16, 2024
1 parent 0026773 commit a174d34
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions charts/trino/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -237,18 +237,6 @@ worker:
# cpu: 100m
# memory: 128Mi

ranger:
metrics:
enabled: false
initContainers:
coordinator:
- name: init-coordinator
image: alleeex/trino-init:3.0.3-ranger
# image: harbor.chi.swan.ac.uk/trino/trino-init:3.0.1-ranger
imagePullPolicy: Always
volumeMounts:
- mountPath: /etc/trino
name: trino-storage
- mountPath: /usr/lib/trino/plugin/ranger
name: ranger-storage
- mountPath: /etc/ranger-3.0.0-trino-plugin
name: ranger-plugin

0 comments on commit a174d34

Please sign in to comment.