Add support for metrics and pprof (#100)
Adds support for toggling support for `pprof` and metrics:
```yaml
gitea:
pprofEnabled: true
metrics:
enabled: true
serviceMonitor:
enabled: true
```
Co-authored-by: josef <[email protected]>
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/100
Reviewed-by: luhahn <[email protected]>
Reviewed-by: techknowlogick <[email protected]>
Co-authored-by: JosefWN <[email protected]>
Co-committed-by: JosefWN <[email protected]>
This commit is contained in:
committed by
techknowlogick
co-authored by
josef
parent
57479bdf37
commit
7f828e87f6
@@ -105,6 +105,11 @@ gitea:
|
||||
password: r8sA8CPHD9!bt6d
|
||||
email: "[email protected]"
|
||||
|
||||
metrics:
|
||||
enabled: false
|
||||
serviceMonitor:
|
||||
enabled: false
|
||||
|
||||
ldap:
|
||||
enabled: false
|
||||
#name:
|
||||
|
||||
Reference in New Issue
Block a user