Skip to content

Commit

Permalink
fix the yaml, missing container name, also add imagePullPolicy for d…
Browse files Browse the repository at this point in the history
…ev mode
  • Loading branch information
ldemailly committed Feb 13, 2024
1 parent 7180278 commit 837755c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deploy/memstore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ spec:
app: memstore
spec:
containers:
- name: memstore
image: fortio/memstore:latest
- name: memstore-container
image: fortio/memstore:latest # Dev mode, in prod use specific tag
imagePullPolicy: Always # Dev mode, in prod use IfNotPresent

0 comments on commit 837755c

Please sign in to comment.