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