spinkube / spin-operator

Spin Operator is a Kubernetes operator that empowers platform engineers to deploy Spin applications as custom resources to their Kubernetes clusters
https://www.spinkube.dev/docs/overview/
Other
221 stars 24 forks source link

deployment: Set SPIN_HTTP_LISTEN_ADDR env var #296

Closed endocrimes closed 3 months ago

endocrimes commented 3 months ago

This is currently a "practical no-op", as we default to setting the value to the Spin Default.

It does however simplify a future, bigger, change to allow non-80 listen addresses with the container to reduce the priviliges that we give to the shim (e.g runAsNonRoot).