Skip to content

Instantly share code, notes, and snippets.

@agileguy
Created November 3, 2019 16:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agileguy/7c6fa3e5eaed213518c5903644d110fe to your computer and use it in GitHub Desktop.
Save agileguy/7c6fa3e5eaed213518c5903644d110fe to your computer and use it in GitHub Desktop.
Service to expose blog
apiVersion: v1
kind: Service
metadata:
name: blog-devopsculture
spec:
selector:
app: blog
ports:
- protocol: TCP
port: 80
targetPort: 2368
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment