Remove public Gitea NodePort side door
This commit is contained in:
parent
a1b55776fa
commit
9c4b400cb6
9 changed files with 124 additions and 9 deletions
|
|
@ -1,4 +1,11 @@
|
|||
# Non-secret Gitea registry settings layered after the SOPS values file.
|
||||
# Non-secret Gitea public endpoint and registry settings layered after the SOPS
|
||||
# values file.
|
||||
service:
|
||||
http:
|
||||
# Public web/API access is provided by manifests/gitea-ingress.yaml.
|
||||
# Keep the Service internal so the raw node IP:port path is not a
|
||||
# supported or reachable Gitea entry point.
|
||||
type: ClusterIP
|
||||
gitea:
|
||||
config:
|
||||
packages:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue