ntfy: Set imagePullPolicy: IfNotPresent
We don't want to pull public container images that already exist. This creates prevents pods from starting if there is any connectivity issue with the upstream registry.pull/74/head
parent
32132842be
commit
5da80c6a55
|
@ -54,6 +54,7 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: ntfy
|
- name: ntfy
|
||||||
image: docker.io/binwiederhier/ntfy:v2.5.0
|
image: docker.io/binwiederhier/ntfy:v2.5.0
|
||||||
|
imagePullPolicy: IfNotPresent
|
||||||
args:
|
args:
|
||||||
- serve
|
- serve
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in New Issue