peridot/infrastructure/istio-dev/istio-base-gateway.yaml

27 lines
568 B
YAML

apiVersion: networking.istio.io/v1alpha3
kind: Gateway
metadata:
name: base-gateway-public
namespace: istio-system
spec:
selector:
istio: ingressgateway # use Istio default gateway implementation
servers:
- port:
number: 80
name: http
protocol: HTTP
hosts:
- "*.pdev.resf.localhost"
tls:
httpsRedirect: true
- port:
number: 443
name: https
protocol: HTTPS
hosts:
- "*.pdev.resf.localhost"
tls:
mode: SIMPLE
credentialName: default-cert