Files
k8s-cluster/envoy-gateway/gateway.yaml
2026-04-12 16:09:15 +07:00

35 lines
684 B
YAML

apiVersion: gateway.networking.k8s.io/v1
kind: Gateway
metadata:
name: envoy-gateway
namespace: envoy-gateway-system
spec:
gatewayClassName: envoy-gateway-class
infrastructure:
parametersRef:
group: gateway.envoyproxy.io
kind: EnvoyProxy
name: envoy-daemon-proxy
listeners:
- allowedRoutes:
namespaces:
from: All
name: http
port: 80
protocol: HTTP
- allowedRoutes:
namespaces:
from: All
name: https
port: 443
protocol: TLS
#tls:
#mode: Passthrough
tls:
mode: Terminate
certificateRefs:
- kind: Secret
group: ""
name: argocd-fireflylab-tls