Files
geo/deploy/k3s/kustomization.yaml
T

61 lines
1.4 KiB
YAML
Raw Normal View History

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: geo-rankly
resources:
- namespace.yaml
- secrets.yaml
- infra-postgres.yaml
- infra-monitoring-postgres.yaml
2026-05-03 15:03:59 +08:00
- 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