Skip to content

Instantly share code, notes, and snippets.

@ernestofreyreg
Created November 30, 2019 03:56
Show Gist options
  • Select an option

  • Save ernestofreyreg/35e38997ca6c0c78cb37783ae9e797ae to your computer and use it in GitHub Desktop.

Select an option

Save ernestofreyreg/35e38997ca6c0c78cb37783ae9e797ae to your computer and use it in GitHub Desktop.
apiVersion: "v1"
kind: "Service"
metadata:
name: "outsrc-front-service"
namespace: "outsrc"
labels:
service: "front"
spec:
selector:
service: "front"
ports:
- port: 3000
protocol: "TCP"
targetPort: 3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment