From 3bdb72c671107eead988742db202a70b95e53dcd Mon Sep 17 00:00:00 2001 From: Tyler Creller Date: Tue, 19 Nov 2024 08:59:51 -0500 Subject: [PATCH] Always pull images in ephem, add storage disabled persistence default --- deploy/kessel-inventory-ephem.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deploy/kessel-inventory-ephem.yaml b/deploy/kessel-inventory-ephem.yaml index 0c3c3805..f7ab5ed2 100644 --- a/deploy/kessel-inventory-ephem.yaml +++ b/deploy/kessel-inventory-ephem.yaml @@ -9,6 +9,8 @@ objects: name: inventory-api-config data: inventory-api-config.yaml: | + storage: + disable-persistence: false authn: psk: pre-shared-key-file: /psks/psks.yaml @@ -48,10 +50,12 @@ objects: initContainers: - name: migration image: ${INVENTORY_IMAGE}:${IMAGE_TAG} + imagePullPolicy: Always command: ["inventory-api"] args: ["migrate"] inheritEnv: true image: ${INVENTORY_IMAGE}:${IMAGE_TAG} + imagePullPolicy: Always command: ["inventory-api"] args: ["serve"] livenessProbe: