Skip to content

Commit

Permalink
Merge pull request project-kessel#253 from tylercreller/ephem-enhance
Browse files Browse the repository at this point in the history
Ephemeral testing enhancements
  • Loading branch information
tonytheleg authored Nov 19, 2024
2 parents 66b7a8a + b22fb30 commit f572566
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
13 changes: 13 additions & 0 deletions data/notifications-integrations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"integration": {
"metadata": {
"workspace_id": "1234",
"resource_type": "notifications/integration"
},
"reporter_data": {
"reporter_instance_id": "service-account-1",
"reporter_type": "NOTIFICATIONS",
"local_resource_id": "1234"
}
}
}
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 f572566

Please sign in to comment.