17 lines
296 B
YAML
17 lines
296 B
YAML
apiVersion: networking.istio.io/v1
|
|
kind: Gateway
|
|
metadata:
|
|
name: apps-gateway
|
|
namespace: istio-ingress
|
|
spec:
|
|
selector:
|
|
app: ingressgateway
|
|
servers:
|
|
- port:
|
|
number: 80
|
|
name: http
|
|
protocol: HTTP
|
|
hosts:
|
|
- "*.apps.linvogel.ch"
|
|
- "*.apps.linvogel.internal"
|