update kubeflow dip-catalog
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- ../../base
|
||||
|
||||
# We want to Knative to use Istio's local Gateway and not the Ingress Gateway
|
||||
# See: https://github.com/kubeflow/manifests/issues/1966
|
||||
patches:
|
||||
- path: patches/gateway-selector-in-knative-serving.yaml
|
||||
- path: patches/gateway-selector-in-istio-system.yaml
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: knative-local-gateway
|
||||
namespace: istio-system
|
||||
spec:
|
||||
selector:
|
||||
app: cluster-local-gateway
|
||||
istio: cluster-local-gateway
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
apiVersion: networking.istio.io/v1beta1
|
||||
kind: Gateway
|
||||
metadata:
|
||||
name: knative-local-gateway
|
||||
namespace: knative-serving
|
||||
spec:
|
||||
selector:
|
||||
app: cluster-local-gateway
|
||||
istio: cluster-local-gateway
|
||||
Reference in New Issue
Block a user