Skip to content

Instantly share code, notes, and snippets.

@ChrisChinchilla
Created April 20, 2020 08:22
Show Gist options
  • Save ChrisChinchilla/afdb5d9fb837f62fb6fc2d771d3071af to your computer and use it in GitHub Desktop.
Save ChrisChinchilla/afdb5d9fb837f62fb6fc2d771d3071af to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: postgres
labels:
app: ecommerce
tier: postgres
spec:
type: NodePort
ports:
- port: 5432
selector:
app: ecommerce
tier: postgres
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment