update pleroma deployment image pull policy
This commit is contained in:
parent
1747ee904a
commit
b4c01cbee1
1 changed files with 2 additions and 1 deletions
|
|
@ -19,6 +19,7 @@ spec:
|
|||
initContainers:
|
||||
- name: pleroma-init
|
||||
image: cr.forge.lan/darkdork-dev/pleroma:${CI_COMMIT_SHA}
|
||||
imagePullPolicy: IfNotPresent
|
||||
command: [ "/init-pleroma.sh" ]
|
||||
env:
|
||||
- name: DB_HOST
|
||||
|
|
@ -39,7 +40,7 @@ spec:
|
|||
containers:
|
||||
- name: pleroma
|
||||
image: cr.forge.lan/darkdork-dev/pleroma:${CI_COMMIT_SHA}
|
||||
imagePullPolicy: Always
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 4000
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue