Update gitea-system/gitea.yaml

This commit is contained in:
2025-12-28 10:13:29 +00:00
parent ca3d9aea3e
commit 991c4ca95a
+3 -2
View File
@@ -252,7 +252,8 @@ metadata:
name: gitea
namespace: gitea-system
spec:
type: ClusterIP
type: LoadBalancer
loadBalancerIP: 192.168.0.203
ports:
- name: http
port: 3000
@@ -261,7 +262,7 @@ spec:
- name: ssh
port: 22
protocol: TCP
targetPort: ssh
targetPort: 22
selector:
app.kubernetes.io/instance: gitea
app.kubernetes.io/name: gitea