Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions deploy/apps/kartograph/base/api-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,13 @@ spec:
key: SPICEDB_USE_TLS
- name: SPICEDB_CERT_PATH
value: /etc/spicedb-ca/service-ca.crt
# CORS config
- name: KARTOGRAPH_CORS_ORIGINS
valueFrom:
configMapKeyRef:
name: kartograph-config
key: KARTOGRAPH_CORS_ORIGINS
optional: true
# Outbox worker config
- name: KARTOGRAPH_OUTBOX_ENABLED
valueFrom:
Expand Down
Loading