Skip to content

Commit 1688867

Browse files
author
lerndevops
authored
Update deploy-kube.yml
1 parent 8af2f96 commit 1688867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/deploy-kube.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
- name: increase replicas
1919
shell: kubectl scale deploy myapp --replicas=2
2020
- name: deploy service
21-
shell: kubectl expose deployment myapp --name myapp-svc --type NodePort --port 80 --target-port 8080 --node-port 30001
21+
shell: kubectl expose deployment myapp --name myapp-svc --type NodePort --port 80 --target-port 8080

0 commit comments

Comments
 (0)