Add k8s Gitea deployment (migration target for git.unkin.net) #309

Merged
benvin merged 4 commits from benvin/gitea into main 2026-07-31 20:03:44 +10:00
Showing only changes of commit 2c43e57ed2 - Show all commits
@@ -27,3 +27,14 @@ patches:
kind: Pod
metadata:
name: gitea-test-connection
# The chart renders the http Service with `targetPort: null` (it defaults the
# target to the port name, which kustomize drops); pin it to 3000 so the
# manifest is valid and the HTTPRoute backend resolves.
- target:
version: v1
kind: Service
name: gitea-http
patch: |-
- op: replace
path: /spec/ports/0/targetPort
value: 3000