删除 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,26 @@
---
# Meilisearch 服务 (端口 7700, 本地)
apiVersion: v1
kind: Service
metadata:
name: meilisearch-external
namespace: default
spec:
type: ClusterIP
ports:
- port: 7700
targetPort: 7700
protocol: TCP
name: http
---
apiVersion: v1
kind: Endpoints
metadata:
name: meilisearch-external
namespace: default
subsets:
- addresses:
- ip: 121.4.112.18
ports:
- port: 7700
name: http