Skip to content

Commit

Permalink
Feature/add grpc ingress for spicedb (#305)
Browse files Browse the repository at this point in the history
Co-authored-by: Nishant Desai <ndesai@uncharted.software>
  • Loading branch information
dgauldie and Nishant Desai authored Oct 4, 2023
1 parent 6d589fb commit 8db0269
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kubernetes/base/hmi/server/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ resources:
- hmi-server-deployment.yaml
- hmi-server-service.yaml
- spicedb-deployment.yaml
- spicedb-grpc-service.yaml
- spicedb-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: spicedb
labels:
software.uncharted.terarium/name: spicedb
software.uncharted.terarium/component: service
software.uncharted.terarium/component: server
software.uncharted.terarium/service: spicedb
software.uncharted.terarium/part-of: hmi
annotations:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,5 @@ spec:
value: 'staging'
- name: SPICEDB_TARGET
value: 'spicedb:50051'
- name: SPICEDB_LAUNCHMODE
value: 'PLAINTEXT'
2 changes: 1 addition & 1 deletion kubernetes/overlays/prod/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ patches:
- path: hmi/documentation/terarium-docs-deployment.yaml
- path: hmi/server/hmi-server-deployment.yaml
- path: hmi/server/spicedb-deployment.yaml
- path: hmi/server/spicedb-grpc-service.yaml
- path: hmi/server/spicedb-service.yaml
- path: services/data-service/data-service-deployment.yaml
- path: services/data-service/data-service-graphdb-deployment.yaml
- path: services/funman/funman-deployment.yaml
Expand Down

0 comments on commit 8db0269

Please sign in to comment.