Files
homelab-v/k8s/infra/network/gateway/kustomization.yaml
T
Vegard Hagen a2d0e263f0 fix(gateway): remove separate tls-passthrough gateway
It appears to work without a separate Gateway now. Should investigate if https://github.com/cilium/cilium/issues/32371 can be closed

Signed-off-by: Vegard Hagen <[email protected]>
2025-07-20 13:18:31 +02:00

10 lines
179 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- cert-stonegarden.yaml
- gateway-class.yaml
- ns.yaml
- gw-external.yaml
- gw-internal.yaml