更新服务 IP 地址为 10.0.12.6,并删除不再使用的配置文件
This commit is contained in:
@@ -39,7 +39,7 @@ metadata:
|
||||
namespace: default
|
||||
subsets:
|
||||
- addresses:
|
||||
- ip: 121.4.112.18
|
||||
- ip: 10.0.12.6
|
||||
ports:
|
||||
- port: 3001
|
||||
name: http
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user