Compare commits

...

2 Commits

Author SHA1 Message Date
ubuntu
e7c70cb0a7 feat: remove network policy 2025-10-22 19:32:17 +08:00
ubuntu
3348290994 feat: add network policy for search3monitor rest api 2025-10-22 15:57:47 +08:00

View File

@@ -294,6 +294,8 @@ spec:
- name: search3monitor
image: beclab/search3monitor:v0.0.70
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8081
env:
- name: NODE_IP
valueFrom:
@@ -380,6 +382,20 @@ spec:
port: 80
targetPort: 8080
---
apiVersion: v1
kind: Service
metadata:
name: search3monitor-headless
namespace: {{ .Release.Namespace }}
spec:
clusterIP: None
selector:
app: search3monitor
ports:
- port: 8081
targetPort: 8081
---
apiVersion: apr.bytetrade.io/v1alpha1
kind: MiddlewareRequest