fix notebook controller manifests (kubeflow/kubeflow#5729)

* notebook-controller: Remove manager from gitignore

Signed-off-by: Yannis Zarkadas <yanniszark@arrikto.com>

* notebook-controller: Add missing manifests

Signed-off-by: Yannis Zarkadas <yanniszark@arrikto.com>
This commit is contained in:
Yannis Zarkadas 2021-03-20 01:09:17 +02:00 committed by GitHub
parent ae3b53f8d2
commit 22e4cecf56
4 changed files with 20 additions and 2 deletions

View File

@ -24,5 +24,4 @@ bin
*~ *~
gcb_build/** gcb_build/**
manager
testbin/* testbin/*

View File

@ -0,0 +1,2 @@
USE_ISTIO=true
ISTIO_GATEWAY=kubeflow/kubeflow-gateway

View File

@ -0,0 +1,4 @@
apiVersion: v1
kind: ServiceAccount
metadata:
name: service-account

View File

@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
labels:
app: notebook-controller
kustomize.component: notebook-controller
name: service
spec:
ports:
- port: 443
selector:
app: notebook-controller
kustomize.component: notebook-controller