Skip to content

Instantly share code, notes, and snippets.

@goindwalia
Created March 15, 2017 07:21
Show Gist options
  • Save goindwalia/4420cbff94bf5b86673fa30b5cc2b430 to your computer and use it in GitHub Desktop.
Save goindwalia/4420cbff94bf5b86673fa30b5cc2b430 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
labels:
k8s-app: postgres
name: postgres
namespace: production
spec:
type: NodePort
ports:
- port: 5432
selector:
k8s-app: postgres
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment