Files
db-cd/apps/kustomize/web/base/kustomization.yaml
Drew Bowering d31a196d87 remove BackendTLSPolicy
- Cilium Gateway doesn't support TLS backends yet.
2026-02-04 16:01:58 -07:00

15 lines
355 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- gateway/routes/http.yaml
- gateway/routes/http-v4.yaml
- gateway/routes/https.yaml
- gateway/routes/https-v4.yaml
- gateway/gateway.yaml
- gateway/issuer.yaml
- gateway/referencegrant.yaml
- web/deployment.yaml
- web/service.yaml
- web/web-backend-tls.yaml