Skip to content

Commit 2ed5e8b

Browse files
committed
update virtual kubelet demo
1 parent cad1f28 commit 2ed5e8b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ app/
3030
.aws/
3131
lab/
3232
private.readme.md
33+
04-cloud/00-aks/03-virtual-kubelet/auth.json

04-cloud/00-aks/03-virtual-kubelet/manifests/nginx-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
labels:
66
app: nginx
77
spec:
8-
replicas: 3
8+
replicas: 20
99
selector:
1010
matchLabels:
1111
app: nginx

0 commit comments

Comments
 (0)