enable additional metrics
This commit is contained in:
parent
221b9a1370
commit
2c254837de
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue