better restart times / no external deps while running
This commit is contained in:
parent
2a92d03982
commit
ee76092789
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: gitea
|
- name: gitea
|
||||||
image: gitea/gitea:1.16.8
|
image: gitea/gitea:1.16.8
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: IfNotPresent
|
||||||
# config settings
|
# config settings
|
||||||
envFrom:
|
envFrom:
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
|
|
Loading…
Reference in a new issue