Skip to content

Add a way to turn off the profiling for all three http add-on components#763

Merged
wozniakjan merged 2 commits into
kedacore:mainfrom
jkremser:enabling-profiles
Aug 1, 2025
Merged

Add a way to turn off the profiling for all three http add-on components#763
wozniakjan merged 2 commits into
kedacore:mainfrom
jkremser:enabling-profiles

Conversation

@jkremser

@jkremser jkremser commented Jun 16, 2025

Copy link
Copy Markdown
Contributor

related to kedacore/http-add-on#1308
aligning the configuration with KEDA helm chart values:

charts/keda/values.yaml

Lines 555 to 570 in a7908a1

profiling:
operator:
# -- Enable profiling for KEDA operator
enabled: false
# -- Expose profiling on a specific port
port: 8082
metricsServer:
# -- Enable profiling for KEDA metrics server
enabled: false
# -- Expose profiling on a specific port
port: 8083
webhooks:
# -- Enable profiling for KEDA admission webhook
enabled: false
# -- Expose profiling on a specific port
port: 8084

@wozniakjan wozniakjan merged commit 1b28b24 into kedacore:main Aug 1, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants