mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-16 18:02:55 +02:00
20128bcd73
Single-pod sqlite install (simplest path for a home git host). HTTPS-only, no SSH listener for now. Wired into the Hetzner tunnel like the other rubenhensen.nl services. First visitor to git.rubenhensen.nl can register; Gitea auto-promotes the first user to admin.
14 lines
177 B
YAML
14 lines
177 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: gitea
|
|
labels:
|
|
app: gitea
|
|
spec:
|
|
selector:
|
|
app: gitea
|
|
ports:
|
|
- name: http
|
|
port: 3000
|
|
targetPort: 3000
|