Skip to content

Instantly share code, notes, and snippets.

@fhsinchy
Created February 1, 2022 06:49
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 fhsinchy/610d2a3ad35d0a7208bb00cf99e54003 to your computer and use it in GitHub Desktop.
Save fhsinchy/610d2a3ad35d0a7208bb00cf99e54003 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: postgres-cluster-ip-service
spec:
type: ClusterIP
selector:
component: postgres
ports:
- port: 5432
targetPort: 5432
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment