gitea upgrade to 1.25.3

This commit is contained in:
kisfenyo
2025-12-28 11:30:51 +01:00
parent 3dbbd6cf1f
commit 6c9981c412
+3 -2
View File
@@ -249,7 +249,8 @@ metadata:
name: gitea
namespace: gitea-system
spec:
type: ClusterIP
type: LoadBalancer
loadBalancerIP: 192.168.0.203
ports:
- name: http
port: 3000
@@ -258,7 +259,7 @@ spec:
- name: ssh
port: 22
protocol: TCP
targetPort: ssh
targetPort: 22
selector:
app.kubernetes.io/instance: gitea
app.kubernetes.io/name: gitea