2 Commits
Author SHA1 Message Date
JosefWNandjosef 790d0405c2 Fix typo enabling pprof (#114)
Nothing critical, but had a typo in the naming of the config entry to enable `pprof`.

Co-authored-by: josef <[email protected]>
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/114
Reviewed-by: luhahn <[email protected]>
Reviewed-by: Lunny Xiao <[email protected]>
Co-authored-by: JosefWN <[email protected]>
Co-committed-by: JosefWN <[email protected]>
2021-02-17 17:44:40 +08:00
JosefWNandjosef 7f828e87f6 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]>
2021-01-21 23:45:26 +08:00