Skip to content

Instantly share code, notes, and snippets.

@jmrobles
Created April 24, 2021 09:45
Show Gist options
  • Save jmrobles/dda46786bf1d5456df111833202571d8 to your computer and use it in GitHub Desktop.
Save jmrobles/dda46786bf1d5456df111833202571d8 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: pgbouncer-service
spec:
ports:
- port: 5432
protocol: TCP
targetPort: 5432
selector:
app: pgbouncer
type: ClusterIP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment