Compare commits

...

3 Commits

Author SHA1 Message Date
salt
ef21c98e12 Merge branch 'main' into fix/escape-error-and-highphrase-missing-error 2025-06-20 09:34:14 +08:00
Ubuntu
efa08090bf feat: for search return resource_uri with standard mode 2025-06-20 06:47:54 +08:00
Ubuntu
63100daf3b fix: fix search3 escape error 2025-06-14 15:34:38 +08:00

View File

@@ -196,6 +196,8 @@ spec:
labels:
app: search3
spec:
serviceAccount: os-internal
serviceAccountName: os-internal
volumes:
- name: userspace-dir
hostPath:
@@ -238,11 +240,17 @@ spec:
value: os_framework_search3
containers:
- name: search3
image: beclab/search3:v0.0.45
image: beclab/search3:v0.0.47
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8080
env:
- name: NODE_IP
valueFrom:
fieldRef:
fieldPath: status.hostIP
- name: TERMINUSD_HOST
value: $(NODE_IP):18088
- name: DATABASE_URL
value: postgres://search3_os_framework:{{ $pg_password | b64dec }}@citus-0.citus-headless.os-platform:5432/os_framework_search3
- name: NATS_HOST
@@ -263,9 +271,15 @@ spec:
- name: NATS_SUBJECT_SYSTEM_GROUPS
value: os.groups
- name: search3monitor
image: beclab/search3monitor:v0.0.45
image: beclab/search3monitor:v0.0.47
imagePullPolicy: IfNotPresent
env:
- name: NODE_IP
valueFrom:
fieldRef:
fieldPath: status.hostIP
- name: TERMINUSD_HOST
value: $(NODE_IP):18088
- name: DATABASE_URL
value: postgres://search3_os_framework:{{ $pg_password | b64dec }}@citus-0.citus-headless.os-platform:5432/os_framework_search3
volumeMounts: