For now proxy service&ingress uses fixed port 19530, it should be configurable by proxy.port in spec
Contributor guide
Tech stack
go
Domain
backend
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
2
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
1-3 hours
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
active
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
clear
Prerequisites
GitGo
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
70
Research direction
Examine the operator's codebase to find where the fixed port 19530 is defined (likely in proxy service or ingress spec), and review how other configurable fields (e.g., replicas) are implemented in the CRD spec and reconciled.