Add pullPolicy: IfNotPresent

This commit is contained in:
dvirlabs 2026-02-16 02:51:31 +02:00
parent 5a570fdf59
commit 16591273c0

View File

@ -3,6 +3,7 @@ replicaCount: 1
image: image:
repository: harbor.dvirlabs.com/my-apps/open-meteo-service repository: harbor.dvirlabs.com/my-apps/open-meteo-service
tag: "1.0.0" tag: "1.0.0"
pullPolicy: IfNotPresent
service: service:
type: ClusterIP type: ClusterIP