Add support for metrics and pprof #100
Reference in New Issue
Block a user
No description provided.
Delete Branch "JosefWN/helm-chart:metrics-and-profiling"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds support for toggling support for
pprofand metrics:61bea0a3e4to416bb095ebplease remove the .ds_store file that was added
Dang, that's what I get for using
git add -A... Removed:2dfac46d45@@ -65,6 +69,14 @@ stringData:{{- if not (hasKey .Values.gitea.config.server "APP_DATA_PATH") -}}{{- $_ := set .Values.gitea.config.server "APP_DATA_PATH" "/data" -}}{{- end -}}{{- if not (hasKey .Values.gitea.config.server "PPROF_ENABLED") -}}Question, why don't you use .values.gitea.config.server.PPROF_ENABLED directly instead of .values.gitea.pprofEnabled ?
If you want to set a default you can do this in this file:
Sure, changed in:
ac8a4d87balooks good to me :)
ac8a4d87bato5be7d84bd2@techknowlogick I just rebased on master, do you have time to take another look for a second approval? :)
5be7d84bd2toc46d5180d5@luhahn I rebased again now, can you please help me find someone to give a second approval before my fork is deleted in a week?
Sure. Will try later that day when techknowlogick is available
@JosefWN not to worry. Your fork won't be deleted, only mirrors will be.
This LGTM, and so I can merge it now.