20 lines
433 B
YAML
20 lines
433 B
YAML
apiVersion: gateway.networking.k8s.io/v1
|
|
kind: Gateway
|
|
metadata:
|
|
name: homepage
|
|
namespace: homepage
|
|
spec:
|
|
gatewayClassName: cilium
|
|
listeners:
|
|
- hostname: homepage.home
|
|
name: homepage-home-http
|
|
port: 80
|
|
protocol: HTTP
|
|
# - hostname: homepage.home
|
|
# name: homepage-home-https
|
|
# port: 443
|
|
# protocol: HTTPS
|
|
# tls:
|
|
# certificateRefs:
|
|
# - kind: Secret
|
|
# name: homepage-server-tls |