mirror of
https://github.com/autistic-symposium/ml-quantum-tensorflow-py.git
synced 2025-04-27 19:26:09 -04:00
25 lines
451 B
YAML
25 lines
451 B
YAML
apiVersion: networking.istio.io/v1alpha3
|
|
kind: VirtualService
|
|
metadata:
|
|
name: jupyter-web-app
|
|
spec:
|
|
gateways:
|
|
- kubeflow-gateway
|
|
hosts:
|
|
- '*'
|
|
http:
|
|
- headers:
|
|
request:
|
|
add:
|
|
x-forwarded-prefix: /jupyter
|
|
match:
|
|
- uri:
|
|
prefix: /jupyter/
|
|
rewrite:
|
|
uri: /
|
|
route:
|
|
- destination:
|
|
host: jupyter-web-app-service.$(namespace).svc.$(clusterDomain)
|
|
port:
|
|
number: 80
|