Skip to content

Commit

Permalink
Always pull images in ephem, add storage disabled persistence default
Browse files Browse the repository at this point in the history
  • Loading branch information
tylercreller committed Nov 19, 2024
1 parent 87167d2 commit b22fb30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deploy/kessel-inventory-ephem.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit b22fb30

Please sign in to comment.