Skip to content

Instantly share code, notes, and snippets.

@wshihadeh
Created April 25, 2020 14:43
Show Gist options
  • Save wshihadeh/a13de35f10d059f540b0f901d670c08d to your computer and use it in GitHub Desktop.
Save wshihadeh/a13de35f10d059f540b0f901d670c08d to your computer and use it in GitHub Desktop.
Rails Service
apiVersion: v1
kind: Service
metadata:
labels:
app: rails
name: rails-service
spec:
ports:
- port: 8080
targetPort: 8080
selector:
app: rails-pod
type: ClusterIP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment