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 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
@@ -261,7 +262,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