This commit is contained in:
2026-01-03 12:59:00 -07:00
parent 661d781e78
commit 64fd6707d5

View File

@@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: gitea
image: docker.io/gitea/gitea:1.23
image: docker.io/gitea/gitea:1.25
ports:
- containerPort: 3000
- containerPort: 22
@@ -34,6 +34,8 @@ spec:
value: "gitea"
- name: GITEA__database__PASSWD
value: wauiofnasufnweaiufbsdklfjb23456
- name: GITEA__server__ROOT_URL
value: "https://gitea.alexmickelson.guru/"
volumeMounts:
- name: gitea-data
mountPath: /data
@@ -81,20 +83,21 @@ metadata:
name: gitea
namespace: projects
annotations:
cert-manager.io/cluster-issuer: cloudflare-issuer # not really working with tailscale
cert-manager.io/cluster-issuer: cloudflare-issuer
spec:
ingressClassName: tailscale
ingressClassName: nginx
tls:
- hosts:
- gitea.alexmickelson.guru
secretName: gitea-tls-cert
- hosts:
- gitea.alexmickelson.guru
secretName: gitea-tls-cert2
rules:
- http:
- host: gitea.alexmickelson.guru
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: gitea-web-svc
port:
number: 3000
- path: /
pathType: Prefix
backend:
service:
name: gitea-web-svc
port:
number: 3000