feat: Redirect http to https

This commit is contained in:
2025-12-17 03:51:06 +01:00
parent 2747f94ce2
commit 051ceada92
3 changed files with 22 additions and 0 deletions

View File

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