Files
gooseek/backend/deploy/k8s/kustomization.yaml
home c3965a2c6a
Some checks failed
Build and Deploy GooSeek / build-and-deploy (push) Failing after 7m34s
fix: resolve kustomize namespace conflict for gooseek-sandbox
- Extracted gooseek-sandbox Namespace to separate file
- Apply sandbox-namespace.yaml separately before kustomize
- Fixed deprecated commonLabels -> labels
- Prevents namespace transformation conflict

Made-with: Cursor
2026-03-02 21:38:49 +03:00

42 lines
829 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: gooseek
resources:
- namespace.yaml
- configmap.yaml
- postgres.yaml
- redis.yaml
- api-gateway.yaml
- webui.yaml
- chat-svc.yaml
- agent-svc.yaml
- search-svc.yaml
- discover-svc.yaml
- llm-svc.yaml
- scraper-svc.yaml
- collection-svc.yaml
- file-svc.yaml
- thread-svc.yaml
- learning-svc.yaml
- medicine-svc.yaml
- travel-svc.yaml
- sandbox-svc.yaml
- opensandbox.yaml
- ingress.yaml
labels:
- pairs:
app.kubernetes.io/part-of: gooseek
app.kubernetes.io/managed-by: kustomize
includeSelectors: false
images:
- name: gooseek/backend
newName: 10.43.193.43:5000/gooseek/backend
newTag: latest
- name: gooseek/webui
newName: 10.43.193.43:5000/gooseek/webui
newTag: latest