1
0
Fork 0

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
Dustin 2025-07-21 15:06:03 -05:00
parent 32132842be
commit 5da80c6a55
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ spec:
containers:
- name: ntfy
image: docker.io/binwiederhier/ntfy:v2.5.0
imagePullPolicy: IfNotPresent
args:
- serve
ports: