Skip to content

Commit

Permalink
feat: remove zinc server from terminus (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
hysyeah authored Jul 15, 2024
1 parent 833d6ea commit 4ac0ce8
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 242 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
fieldPath: status.podIP
containers:
- name: dashboard-frontend
image: beclab/dashboard-frontend-v1:v0.2.20
image: beclab/dashboard-frontend-v1:v0.2.21
imagePullPolicy: IfNotPresent
ports:
- containerPort: 80
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ spec:
serviceAccount: os-internal
containers:
- name: app-service
image: beclab/app-service:0.2.17
image: beclab/app-service:0.2.18
imagePullPolicy: IfNotPresent
securityContext:
runAsUser: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ spec:
containerPort: 27017
- name: pg-proxy
containerPort: 5432
- name: zinc-proxy
containerPort: 8080
- name: auth-proxy
containerPort: 9091
- name: knowledge-proxy
Expand Down Expand Up @@ -175,18 +173,6 @@ data:
"@type": type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy
stat_prefix: destination
cluster: cluster_pg_proxy
- name: listener_zinc_proxy
address:
socket_address:
address: 0.0.0.0
port_value: 8080
filter_chains:
- filters:
- name: envoy.filters.network.tcp_proxy
typed_config:
"@type": type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy
stat_prefix: destination
cluster: cluster_zinc_proxy
- name: listener_auth_backend_proxy
address:
socket_address:
Expand Down Expand Up @@ -262,20 +248,7 @@ data:
address:
socket_address:
address: citus-0.citus-headless.os-system.svc.cluster.local
port_value: 5432
- name: cluster_zinc_proxy
connect_timeout: 30s
type: LOGICAL_DNS
dns_lookup_family: V4_ONLY
load_assignment:
cluster_name: cluster_zinc_proxy
endpoints:
- lb_endpoints:
- endpoint:
address:
socket_address:
address: zinc-server-svc.os-system.svc.cluster.local
port_value: 80
port_value: 5432
- name: cluster_auth_backend_proxy
connect_timeout: 30s
type: LOGICAL_DNS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ spec:
- name: DISABLE_TELEMETRY
value: "false"
- name: operator-api
image: beclab/middleware-operator:0.1.31
image: beclab/middleware-operator:0.1.32
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9080
Expand Down
85 changes: 0 additions & 85 deletions frameworks/tapr/config/cluster/deploy/zincserver_deploy.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions frameworks/tapr/config/user/helm-charts/zinc/.helmignore

This file was deleted.

24 changes: 0 additions & 24 deletions frameworks/tapr/config/user/helm-charts/zinc/Chart.yaml

This file was deleted.

Empty file.

This file was deleted.

This file was deleted.

Empty file.

0 comments on commit 4ac0ce8

Please sign in to comment.