Files
geo/deploy/k3s/kustomization.yaml
T
root 7f08d92958 feat(browser-fetch): add lightpanda-backed fetch service and knowledge URL fallback
Adds a new browser-fetch microservice that wraps Lightpanda for rendering
JS-heavy pages, and wires it into the knowledge URL parser as a fallback
when the upstream link reader returns 403/429/5xx for an allow-listed
domain (e.g. zhuanlan.zhihu.com). Includes config/env plumbing, hot-reload
diff support, and full deploy assets (Dockerfile target, docker-compose,
k3s manifests, image-build/package scripts).
2026-05-11 11:11:21 +08:00

61 lines
1.4 KiB
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: geo-rankly
resources:
- namespace.yaml
- secrets.yaml
- infra-postgres.yaml
- infra-monitoring-postgres.yaml
- infra-pgbouncer.yaml
- infra-rabbitmq.yaml
- infra-redis.yaml
- infra-qdrant-minio.yaml
- jobs.yaml
- apps.yaml
- ingress.yaml
labels:
- pairs:
app.kubernetes.io/part-of: geo-rankly
generatorOptions:
disableNameSuffixHash: true
configMapGenerator:
- name: geo-rankly-app-config
files:
- config.yaml=config/config.yaml
- prompts.yml=config/prompts.yml
- ops-config.yaml=config/ops-config.yaml
images:
- name: geo-rankly/migrate
newName: geo-rankly/migrate
newTag: latest
- name: geo-rankly/tenant-api
newName: geo-rankly/tenant-api
newTag: latest
- name: geo-rankly/browser-fetch
newName: geo-rankly/browser-fetch
newTag: latest
- name: geo-rankly/worker-generate
newName: geo-rankly/worker-generate
newTag: latest
- name: geo-rankly/kol-assist-worker
newName: geo-rankly/kol-assist-worker
newTag: latest
- name: geo-rankly/scheduler
newName: geo-rankly/scheduler
newTag: latest
- name: geo-rankly/ops-api
newName: geo-rankly/ops-api
newTag: latest
- name: geo-rankly/frontend
newName: geo-rankly/frontend
newTag: latest
- name: geo-rankly/ops-web
newName: geo-rankly/ops-web
newTag: latest