zxcvb
07/19/2024, 10:37 AMecordell
07/19/2024, 1:17 PMpatches
field that you can use to change the service settings, like:
apiVersion: authzed.com/v1alpha1
kind: SpiceDBCluster
metadata:
name: dev
spec:
config:
datastoreEngine: memory
secretName: dev-spicedb-config
patches:
- kind: Service
patch:
spec:
clusterIP: "None"
That said, we use Envoy (via contour) to route to spicedb pods and don't bother with a headless service. Contour watches Endpoints
and configures the envoy routes correctly as they change.zxcvb
07/19/2024, 3:42 PMecordell
07/19/2024, 4:49 PMecordell
07/19/2024, 4:49 PMendpoints
ecordell
07/19/2024, 4:49 PMecordell
07/19/2024, 4:50 PMecordell
07/19/2024, 4:50 PMecordell
07/19/2024, 4:50 PMecordell
07/19/2024, 4:54 PMecordell
07/19/2024, 4:55 PMzxcvb
07/19/2024, 5:31 PM