Skip to content

Instantly share code, notes, and snippets.

@gitumarkk
Last active January 13, 2018 19:07
Show Gist options
  • Save gitumarkk/8dd045a1d4cd9eb5376b684674953d06 to your computer and use it in GitHub Desktop.
Save gitumarkk/8dd045a1d4cd9eb5376b684674953d06 to your computer and use it in GitHub Desktop.
kind: Service
apiVersion: v1
metadata:
name: postgres-service
spec:
selector:
app: postgres-container
ports:
- protocol: TCP
port: 5432
targetPort: 5432
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment