Files
geo/deploy/k3s/kustomization.yaml
T
2026-06-13 14:36:58 +08:00

65 lines
1.5 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
- official-placeholder.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
- name: ops-web-nginx-config
files:
- default.conf=config/ops-web-nginx.conf
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