删除 Convex 和 Dash Convex 的配置文件,并新增备份文件;新增 Gitea、Meilisearch、Memos、PWD、Gist 和 ESM 服务的配置文件

This commit is contained in:
2026-03-29 01:38:46 +08:00
parent 1868b2224a
commit 84d2695212
11 changed files with 179 additions and 181 deletions

View File

@@ -0,0 +1,25 @@
# Gitea 服务 (端口 3000, IP: 10.0.32.6)
apiVersion: v1
kind: Service
metadata:
name: gitea-external
namespace: default
spec:
type: ClusterIP
ports:
- port: 3000
targetPort: 3000
protocol: TCP
name: http
---
apiVersion: v1
kind: Endpoints
metadata:
name: gitea-external
namespace: default
subsets:
- addresses:
- ip: 10.0.32.6
ports:
- port: 3000
name: http