forked from k-space/kube
gitea: Set imagePullPolicy to IfNotPresent
This commit is contained in:
parent
883da46a3b
commit
9dae1a832b
@ -79,6 +79,7 @@ spec:
|
||||
containers:
|
||||
- name: gitea
|
||||
image: gitea/gitea:1.20.2-rootless
|
||||
imagePullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: true
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user