Add new infra architecture 8
This commit is contained in:
@@ -33,6 +33,7 @@ spec:
|
||||
- hosts:
|
||||
- DOMAIN_PLACEHOLDER # To be replaced by kustomize
|
||||
- gitea.DOMAIN_PLACEHOLDER # To be replaced by kustomize
|
||||
- registry.DOMAIN_PLACEHOLDER # To be replaced by kustomize
|
||||
- mail.DOMAIN_PLACEHOLDER # To be replaced by kustomize
|
||||
secretName: TLS_SECRET_PLACEHOLDER # To be replaced by kustomize
|
||||
rules:
|
||||
@@ -65,6 +66,19 @@ spec:
|
||||
name: gitea-http
|
||||
port:
|
||||
number: 3000
|
||||
# Gitea Container Registry route
|
||||
# NOTE: Gitea's container registry is served on the same HTTP port (3000) under /v2/
|
||||
# It does NOT run on a separate port - the registry.PORT config is not used for external access
|
||||
- host: registry.DOMAIN_PLACEHOLDER # To be replaced by kustomize
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: gitea-http # Service created by Gitea Helm chart
|
||||
port:
|
||||
number: 3000 # Same as HTTP port - registry is at /v2/ path
|
||||
# Mail server web interface (webmail and admin)
|
||||
- host: mail.DOMAIN_PLACEHOLDER # To be replaced by kustomize
|
||||
http:
|
||||
|
||||
Reference in New Issue
Block a user