Generate a NodePort service for the gitea http.#511
Conversation
cmoulliard
commented
Mar 31, 2025
- Generate a NodePort service for the gitea http.
- See: Feature: Expose the gitea server using NodePort #510
Signed-off-by: cmoulliard <cmoulliard@redhat.com>
|
@cmoulliard Is there any specific use-case for which we need this Nodeport? The existing ClusterIP service works fine, right? |
Yes, it works fine but it is mainly used for internal usage when pod access gitea internally using the kube service address OR when the service should be managed behind an ingress host |
As mentioned this is to allow a pod to access gitea from another kind cluster. cluster 1 : kind cluster running gitea = gitea.cnoe.localtest.me:8443 |