It seems to me that the SPIN_HTTP_LISTEN_ADDR is hard-coded in the deployment.go (i.e. https://github.com/spinkube/spin-operator/blob/main/internal/controller/deployment.go#L121-L124). Suggest: maybe we should add port to SpinAppSpec to control what listening port the app is listening on?
It seems to me that the
SPIN_HTTP_LISTEN_ADDRis hard-coded in thedeployment.go(i.e. https://github.com/spinkube/spin-operator/blob/main/internal/controller/deployment.go#L121-L124). Suggest: maybe we should addporttoSpinAppSpecto control what listening port the app is listening on?