File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ Developers create a schema that models their permissions requirements and use a
1717Examples in this repository include:
1818
1919- How to set up SpiceDB with tracing: see [ tracing] ( ./tracing )
20+ - How to run SpiceDB in a Kubernetes cluster: see [ kubernetes] ( ./kubernetes )
2021- CI/CD Workflows
2122
2223Have questions? Join our [ Discord] .
Original file line number Diff line number Diff line change @@ -143,9 +143,9 @@ spec:
143143 - name : " prometheus"
144144 containerPort : 9090
145145 protocol : " TCP"
146- readinessProbe :
147- exec :
148- command : ["grpc_health_probe", "-v", "-addr=localhost: 50051"]
146+ livenessProbe :
147+ grpc :
148+ port : 50051
149149 failureThreshold : 5
150150 periodSeconds : 10
151151 successThreshold : 1
You can’t perform that action at this time.
0 commit comments