Skip to content

Instantly share code, notes, and snippets.

@akoenig
Created March 4, 2018 07:48
Show Gist options
  • Save akoenig/5b097de1b9b9220b8c22a24c8d587601 to your computer and use it in GitHub Desktop.
Save akoenig/5b097de1b9b9220b8c22a24c8d587601 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: database
namespace: prisma
spec:
ports:
- port: 3306
targetPort: 3306
protocol: TCP
selector:
stage: production
name: database
app: mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment