Skip to content

Commit

Permalink
fixup kessel-deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam0Brien committed Nov 14, 2024
1 parent 5c3e664 commit 043c19c
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions deploy/kessel-inventory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ objects:
replicas: ${{REPLICAS}}
podSpec:
initContainers:
- name: migration
image: ${INVENTORY_IMAGE}:${IMAGE_TAG}
command: ["inventory-api"]
args: ["migrate"]
inheritEnv: true
- name: migration
image: ${INVENTORY_IMAGE}:${IMAGE_TAG}
command: ["inventory-api"]
args: ["migrate"]
inheritEnv: true
image: ${INVENTORY_IMAGE}:${IMAGE_TAG}
command: ["inventory-api"]
args: ["serve"]
Expand All @@ -35,15 +35,15 @@ objects:
path: /api/inventory/v1/readyz
port: 8000
env:
- name: CLOWDER_ENABLED
value: "true"
- name: INVENTORY_API_CONFIG
value: "/inventory/inventory-api-config.yaml"
- name: PGDATA
value: /temp/data
- name: CLOWDER_ENABLED
value: "true"
- name: INVENTORY_API_CONFIG
value: "/inventory/inventory-api-config.yaml"
- name: PGDATA
value: /temp/data
volumeMounts:
- name: config-volume
mountPath: "/inventory"
- name: config-volume
mountPath: "/inventory"
volumes:
- name: config-volume
secret:
Expand Down

0 comments on commit 043c19c

Please sign in to comment.