Skip to content

Instantly share code, notes, and snippets.

@brandentimm
Last active February 1, 2019 17:52
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 brandentimm/85add3a1e00dbfa637570387fc6e6015 to your computer and use it in GitHub Desktop.
Save brandentimm/85add3a1e00dbfa637570387fc6e6015 to your computer and use it in GitHub Desktop.
CloudSQL Proxy service
---
apiVersion: v1
kind: Service
metadata:
name: cloudsql-proxy
spec:
type: ClusterIP
selector:
app: cloudsql-proxy
ports:
- port: 3306
targetPort: 3306
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment