Skip to content

Instantly share code, notes, and snippets.

@ranhsd
Created June 8, 2017 08:27
Show Gist options
  • Save ranhsd/9f51d3ef6bd6c697e836ec41351dc103 to your computer and use it in GitHub Desktop.
Save ranhsd/9f51d3ef6bd6c697e836ec41351dc103 to your computer and use it in GitHub Desktop.
parse-server-service-nodeport.yml
apiVersion: v1
kind: Service
metadata:
name: my-parse-app-service
spec:
ports:
- port: 80
targetPort: 1337
protocol: TCP
name: my-parse-app-service
type: NodePort
selector:
app: my-parse-app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment