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 name: gitea
namespace: gitea-system namespace: gitea-system
spec: spec:
type: ClusterIP type: LoadBalancer
loadBalancerIP: 192.168.0.203
ports: ports:
- name: http - name: http
port: 3000 port: 3000
@@ -258,7 +259,7 @@ spec:
- name: ssh - name: ssh
port: 22 port: 22
protocol: TCP protocol: TCP
targetPort: ssh targetPort: 22
selector: selector:
app.kubernetes.io/instance: gitea app.kubernetes.io/instance: gitea
app.kubernetes.io/name: gitea app.kubernetes.io/name: gitea