Files
geo/deploy/k3s/kustomization.yaml
T
root de9c52be6d
Deployment Config CI / Deployment Config (push) Successful in 15s
Frontend CI / Frontend (push) Successful in 2m16s
feat(nginx): configure client max body size and update timeouts for API proxy
feat(clipboard): implement copyTextToClipboard utility function
feat(desktop): add upload timeout for desktop client release API
feat(k3s): add nginx config and update kustomization for ops-web
2026-05-31 15:01:14 +08:00

64 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
- 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