Skip to content

Commit 192ee21

Browse files
author
lerndevops
authored
Update deploy-kube.yml
1 parent f99787b commit 192ee21

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