user
This commit is contained in:
parent
8579fc6bd1
commit
bdc3c9264b
|
|
@ -16,18 +16,18 @@ kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: tf-notebook
|
name: tf-notebook
|
||||||
labels:
|
labels:
|
||||||
user: user
|
user: user3
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: tf-notebook
|
app: tf-notebook
|
||||||
user: user
|
user: user3
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: tf-notebook
|
app: tf-notebook
|
||||||
user: user
|
user: user3
|
||||||
spec:
|
spec:
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
nodegroup: gpu
|
nodegroup: gpu
|
||||||
|
|
@ -56,7 +56,7 @@ metadata:
|
||||||
name: tf-notebook
|
name: tf-notebook
|
||||||
labels:
|
labels:
|
||||||
app: tf-notebook
|
app: tf-notebook
|
||||||
user: user
|
user: user3
|
||||||
spec:
|
spec:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
ports:
|
ports:
|
||||||
|
|
@ -65,4 +65,4 @@ spec:
|
||||||
targetPort: 8888
|
targetPort: 8888
|
||||||
selector:
|
selector:
|
||||||
app: tf-notebook
|
app: tf-notebook
|
||||||
user: user
|
user: user3
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue