fix: dont always pull

This commit is contained in:
Naramsim 2024-06-02 16:05:14 +02:00
parent 64d4051a71
commit 5156e52e2e

View file

@ -26,7 +26,7 @@ spec:
containers:
- name: pokeapi
image: pokeapi/pokeapi:master
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
ports:
- 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.