feat(gitops): migrate resources to infra-gitops namespace and update Helm chart versions

这个提交包含在:
2026-02-04 19:14:41 +08:00 未验证
父节点 0bbdd77252
当前提交 f900578b74
修改 14 个文件,包含 103 行新增14 行删除
@@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: gitea-ssh-lb
namespace: infra-gitops
spec:
selector:
app.kubernetes.io/name: gitea
app.kubernetes.io/instance: gitea
ports:
- protocol: TCP
port: 22
targetPort: 2222
type: LoadBalancer