forked from infra/ansible
feat: add metrics for forge stage
Signed-off-by: Anton Medvedev <amedvede@redhat.com>
This commit is contained in:
parent
27e3392a20
commit
cc862368dd
1 changed files with 2 additions and 2 deletions
|
|
@ -401,9 +401,9 @@ gitea:
|
|||
## @param gitea.metrics.serviceMonitor.enabled Enable Forgejo metrics service monitor
|
||||
## @param gitea.metrics.serviceMonitor.namespace Namespace in which Prometheus is running
|
||||
metrics:
|
||||
enabled: false
|
||||
enabled: {% if env == 'staging' %}true{% else %}false{% endif %}
|
||||
serviceMonitor:
|
||||
enabled: false
|
||||
enabled: {% if env == 'staging' %}true{% else %}false{% endif %}
|
||||
namespace: ''
|
||||
# additionalLabels:
|
||||
# prometheus-release: prom1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue