This commit is contained in:
root 2025-06-26 16:50:39 +09:00
parent 8579fc6bd1
commit bdc3c9264b
1 changed files with 5 additions and 5 deletions

View File

@ -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