mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-24 20:33:04 +00:00
fix: dont always pull
This commit is contained in:
parent
64d4051a71
commit
5156e52e2e
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: pokeapi
|
- name: pokeapi
|
||||||
image: pokeapi/pokeapi:master
|
image: pokeapi/pokeapi:master
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
securityContext: # CI: Github Actions kills this container if not run with root. Otherwise, it's safe to use the default pokeapi/pokeapi user and remove these lines.
|
securityContext: # CI: Github Actions kills this container if not run with root. Otherwise, it's safe to use the default pokeapi/pokeapi user and remove these lines.
|
||||||
|
|
Loading…
Reference in a new issue