Skip to content

Commit 2c1d2d7

Browse files
author
lerndevops
authored
Update deploy-kube.yml
1 parent 0b5741b commit 2c1d2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/deploy-kube.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
echo "No app service found"
1515
fi
1616
- name: deploy app
17-
command: kubectl create deploy myapp --image=lerndevops/sampleapp:{{ build }}
17+
command: kubectl create deploy myapp --image=lerndevops/samplejavaapp:{{ build }}
1818
- name: increase replicas
1919
command: kubectl scale deploy myapp --replicas=2
2020
- name: deploy service

0 commit comments

Comments
 (0)