Skip to content

Commit

Permalink
🚀 used local image
Browse files Browse the repository at this point in the history
  • Loading branch information
agn-7 committed Sep 15, 2023
1 parent fa479ee commit 3c05155
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion k8s/pod/bitpin-nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ metadata:
spec:
containers:
- name: bitpin-nginx
image: nginx:alpine
image: localhost:5000/nginx:alpine
imagePullPolicy: IfNotPresent # for development change it to Always
ports:
- containerPort: 80
volumeMounts:
Expand Down

0 comments on commit 3c05155

Please sign in to comment.