Standardize public Gitea HTTPS endpoint
This commit is contained in:
parent
5861c61c8e
commit
a1b55776fa
9 changed files with 152 additions and 23 deletions
2
Makefile
2
Makefile
|
|
@ -84,7 +84,7 @@ gitea-deploy: ## Deploy / upgrade current Gitea forge runtime
|
|||
-f $(GITEA_REGISTRY_VALUES) \
|
||||
--namespace $(GITEA_NAMESPACE) --create-namespace
|
||||
|
||||
gitea-ingress-deploy: ## Apply the Gitea OCI registry ingress
|
||||
gitea-ingress-deploy: ## Apply the public Gitea HTTPS ingress
|
||||
kubectl apply -f $(GITEA_INGRESS)
|
||||
|
||||
gitea-status: ## Read-only status for current Gitea runtime and database
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue