Skip to content

Commit 7dbaa3f

Browse files
abaysopenshift-merge-bot[bot]
authored andcommitted
Restore unique defaults for health/metrics ports for local webhooks
1 parent 99c2dd6 commit 7dbaa3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,8 +384,8 @@ update-nova-csv:
384384
# before deploying with OLM again for other untrappable signals.
385385
SKIP_CERT ?=false
386386
.PHONY: run-with-webhook
387-
run-with-webhook: export METRICS_PORT?=8080
388-
run-with-webhook: export HEALTH_PORT?=8081
387+
run-with-webhook: export METRICS_PORT?=24600
388+
run-with-webhook: export HEALTH_PORT?=24601
389389
run-with-webhook: manifests generate fmt vet ## Run a controller from your host.
390390
/bin/bash hack/clean_local_webhook.sh
391391
/bin/bash hack/run_with_local_webhook.sh

0 commit comments

Comments
 (0)