Skip to content

Commit

Permalink
Update deploy YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
wscalf committed Sep 11, 2024
1 parent d89391f commit 2ecd414
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion deploy/kessel-relations-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ objects:
logLevel: debug
replicas: ${{SPICEDB_REPLICAS}}
datastoreEngine: postgres
datastoreBootstrapFiles: /etc/bootstrap/schema.yaml
secretName: spicedb-config
patches:
- kind: Deployment
Expand Down Expand Up @@ -62,6 +61,15 @@ objects:
name: spicedb-config
- name: SPICEDB_ENDPOINT
value: ${CLOWDAPP_NAME}-spicedb:50051
- name: SPICEDB_SCHEMA_FILE
value: /etc/schema/schema.zed
volumes:
- name: schema
configMap:
name: spicedb-schema
volumeMounts:
- name: schema
mountPath: /etc/schema
webServices:
public:
enabled: true
Expand Down

0 comments on commit 2ecd414

Please sign in to comment.