update kubeflow dip-catalog
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: kubeflow-ingress
|
||||
namespace: istio-system
|
||||
annotations:
|
||||
nginx.ingress.kubernetes.io/rewrite-target: /
|
||||
cert-manager.io/cluster-issuer: "kubeflow-self-signing-issuer"
|
||||
spec:
|
||||
tls:
|
||||
- hosts:
|
||||
- kubeflow.example.com
|
||||
secretName: kubeflow-tls
|
||||
rules:
|
||||
- host: kubeflow.example.com
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: istio-ingressgateway
|
||||
port:
|
||||
number: 80
|
||||
Reference in New Issue
Block a user