Compare commits

..

1 Commits

Author SHA1 Message Date
cb2e95409f feat: Added lldap
All checks were successful
kustomization/cilium-config/09e7e40f reconciliation succeeded
kustomization/flux-system/09e7e40f reconciliation succeeded
2025-12-17 03:47:49 +01:00
3 changed files with 0 additions and 21 deletions

View File

@@ -6,12 +6,6 @@ metadata:
spec:
gatewayClassName: cilium
listeners:
- name: http
protocol: HTTP
port: 80
allowedRoutes:
namespaces:
from: Same
- name: https
protocol: HTTPS
port: 443

View File

@@ -1,14 +0,0 @@
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: http-filter-redirect
spec:
parentRefs:
- name: gateway
sectionName: http
rules:
- filters:
- type: RequestRedirect
requestRedirect:
scheme: https
statusCode: 301

View File

@@ -3,4 +3,3 @@ kind: Kustomization
resources:
- cilium-l2-announcement-policy.yaml
- gateway.yaml
- http-route-http-filter-redirect.yaml