Closed zoide closed 4 years ago
You should be able to add it right below externalUrl
in:
Like
spec+: {
replicas: $._config.prometheus.replicas,
retention: '15d',
externalUrl: 'http://' + $._config.urls.prom_ingress,
enableAdminAPI: "true",
}
And re-generate the manifests.
Closing this. Reopen if some error is found.
Hi again, here's my next issue:
I'd like to access prometheus' admin-api. It is enabled via the command line option '--web.enable-admin-api' I found: https://github.com/coreos/prometheus-operator/pull/2300 which should enable this feature.
I have changed base_operator_stack.jsonnet and added "enableAdminAPI: 'true'". I have re-created and re-applied the manifests. Unfortunatly the commandline option is still not there on the prometheus-pod.