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.
This commit is contained in:
2025-07-21 15:06:03 -05:00
parent 32132842be
commit 5da80c6a55

View File

@@ -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: