Skip to content

Instantly share code, notes, and snippets.

@nickform-ost
Created September 17, 2020 19:09
Show Gist options
  • Save nickform-ost/c7ccfde418546d1854f9062534ff1ad1 to your computer and use it in GitHub Desktop.
Save nickform-ost/c7ccfde418546d1854f9062534ff1ad1 to your computer and use it in GitHub Desktop.
Headless service for an RDFox StatefulSet object.
apiVersion: v1
kind: Service
metadata:
name: rdfox-set
labels:
app: rdfox-app
spec:
ports:
- port: 80
targetPort: rdfox-endpoint
clusterIP: None
selector:
app: rdfox-app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment