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:
|
initContainers:
|
||||||
- name: pleroma-init
|
- name: pleroma-init
|
||||||
image: cr.forge.lan/darkdork-dev/pleroma:${CI_COMMIT_SHA}
|
image: cr.forge.lan/darkdork-dev/pleroma:${CI_COMMIT_SHA}
|
||||||
|
imagePullPolicy: IfNotPresent
|
||||||
command: [ "/init-pleroma.sh" ]
|
command: [ "/init-pleroma.sh" ]
|
||||||
env:
|
env:
|
||||||
- name: DB_HOST
|
- name: DB_HOST
|
||||||
|
|
@ -39,7 +40,7 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: pleroma
|
- name: pleroma
|
||||||
image: cr.forge.lan/darkdork-dev/pleroma:${CI_COMMIT_SHA}
|
image: cr.forge.lan/darkdork-dev/pleroma:${CI_COMMIT_SHA}
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 4000
|
- containerPort: 4000
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue