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:
parent
ae3b53f8d2
commit
22e4cecf56
|
|
@ -24,5 +24,4 @@ bin
|
||||||
*~
|
*~
|
||||||
|
|
||||||
gcb_build/**
|
gcb_build/**
|
||||||
manager
|
testbin/*
|
||||||
testbin/*
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
USE_ISTIO=true
|
||||||
|
ISTIO_GATEWAY=kubeflow/kubeflow-gateway
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
apiVersion: v1
|
||||||
|
kind: ServiceAccount
|
||||||
|
metadata:
|
||||||
|
name: service-account
|
||||||
|
|
@ -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
|
||||||
Loading…
Reference in New Issue