1
0
forked from k-space/kube

gitea: Set imagePullPolicy to IfNotPresent

This commit is contained in:
Lauri Võsandi 2023-08-20 08:04:13 +03:00
parent 883da46a3b
commit 9dae1a832b

View File

@ -79,6 +79,7 @@ spec:
containers: containers:
- name: gitea - name: gitea
image: gitea/gitea:1.20.2-rootless image: gitea/gitea:1.20.2-rootless
imagePullPolicy: IfNotPresent
securityContext: securityContext:
readOnlyRootFilesystem: true readOnlyRootFilesystem: true
env: env: