feat: Added default gateway

This commit is contained in:
2025-12-17 03:44:35 +01:00
parent 111d7a4a56
commit 2747f94ce2
2 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
apiVersion: gateway.networking.k8s.io/v1
kind: Gateway
metadata:
name: gateway
namespace: default
spec:
gatewayClassName: cilium
listeners:
- name: https
protocol: HTTPS
port: 443
tls:
certificateRefs:
- kind: Secret
name: huizinga-dev-tls
allowedRoutes:
namespaces:
from: All