refactor: add comment/pull image normally

This commit is contained in:
Alessandro Pezzè 2021-05-30 22:09:35 +02:00
parent 80d13fb045
commit d9b1f4741a

View file

@ -23,10 +23,9 @@ spec:
containers:
- name: pokeapi
image: pokeapi/pokeapi:staging
imagePullPolicy: Always
ports:
- containerPort: 8080
securityContext:
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.
allowPrivilegeEscalation: false
runAsUser: 0
env: