enable additional metrics

This commit is contained in:
SeanOMik 2023-05-04 14:41:10 -04:00
parent 221b9a1370
commit 2c254837de
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ spec:
value: "/config/config.xml" value: "/config/config.xml"
- name: PORT - name: PORT
value: 9000 value: 9000
- name: ENABLE_ADDITIONAL_METRICS
value: "true"
volumeMounts: volumeMounts:
- name: config - name: config
mountPath: /config mountPath: /config