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