更新服务 IP 地址为 10.0.12.6,并删除不再使用的配置文件

This commit is contained in:
2026-03-29 03:06:05 +08:00
parent 39b243c1a3
commit fda2e50e4c
7 changed files with 13 additions and 39 deletions

View File

@@ -39,7 +39,7 @@ metadata:
namespace: default
subsets:
- addresses:
- ip: 121.4.112.18
- ip: 10.0.12.6
ports:
- port: 3001
name: http

View File

@@ -1,26 +0,0 @@
---
# Umami 服务 (端口 4004, 本地)
apiVersion: v1
kind: Service
metadata:
name: umami-external
namespace: default
spec:
type: ClusterIP
ports:
- port: 4004
targetPort: 4004
protocol: TCP
name: http
---
apiVersion: v1
kind: Endpoints
metadata:
name: umami-external
namespace: default
subsets:
- addresses:
- ip: 121.4.112.18
ports:
- port: 4004
name: http