Skip to content

Instantly share code, notes, and snippets.

@nickform-ost
Last active September 18, 2020 14:00
Show Gist options
  • Save nickform-ost/70c672d0e14f260982a4cd5fcc2fc8a1 to your computer and use it in GitHub Desktop.
Save nickform-ost/70c672d0e14f260982a4cd5fcc2fc8a1 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: rdfox-service
spec:
type: NodePort
selector:
app: rdfox-app
ports:
- protocol: TCP
port: 80
targetPort: rdfox-endpoint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment