35 lines
684 B
YAML
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
|
|
|