2026-08-13 07:26:59 -07:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
|
kind: Kustomization
|
|
|
|
|
# Explicit allowlist so kong-values.yaml in this directory is NOT treated as a
|
|
|
|
|
# manifest — it is Helm input consumed by the chart source of the `kong`
|
|
|
|
|
# Application, not a Kubernetes object. Anything new added here must be listed
|
|
|
|
|
# or it is silently dropped with no error and no drift shown.
|
|
|
|
|
resources:
|
|
|
|
|
- ingress.yaml
|
2026-08-18 14:23:55 -07:00
|
|
|
- kong-metrics.yaml
|
2026-08-13 07:47:45 -07:00
|
|
|
- llm-routes.yaml
|
2026-08-18 14:23:55 -07:00
|
|
|
- model-auth.yaml
|
2026-08-13 07:26:59 -07:00
|
|
|
# No top-level `namespace:` transformer on purpose: ingress.yaml sets its own
|
|
|
|
|
# namespace, and the transformer rewrites metadata.namespace on every resource
|
|
|
|
|
# it builds, which is a trap for anything cross-namespace added later.
|