kubernetes: toujours pull image latest #25

Merged
vlbeaudoin merged 1 commit from vlbeaudoin/kubernetes/image-pull-always into main 2025-02-10 18:18:54 -05:00 AGit

View file

@ -17,6 +17,7 @@ spec:
containers:
- name: babillard
image: git.agecem.com/agecem/babillard:latest
imagePullPolicy: Always
ports:
- containerPort: 8080
volumeMounts: