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