2026-08-13 07:26:59 -07:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
|
kind: Kustomization
|
2026-08-19 22:51:53 -07:00
|
|
|
# Explicit allowlist. Anything added to this directory and not listed here is
|
|
|
|
|
# silently dropped — no error, no drift shown.
|
|
|
|
|
#
|
|
|
|
|
# Down to a single Ingress since Kong was retired (2026-08-19). The Kong Helm
|
|
|
|
|
# values, the KongClusterPlugin for Prometheus, the six KongPlugin CRs behind
|
|
|
|
|
# the path-per-model LLM surface, the KongConsumer and the key-auth plan all
|
|
|
|
|
# went with it.
|
2026-08-13 07:26:59 -07:00
|
|
|
resources:
|
|
|
|
|
- ingress.yaml
|
|
|
|
|
# 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.
|