Skip to content

Instantly share code, notes, and snippets.

@shalkam
Created April 2, 2019 14:40
Show Gist options
  • Save shalkam/0860086a86b28fbbc4c51b57f77e3752 to your computer and use it in GitHub Desktop.
Save shalkam/0860086a86b28fbbc4c51b57f77e3752 to your computer and use it in GitHub Desktop.
prisma service
apiVersion: v1
kind: Service
metadata:
name: prisma
namespace: prisma
spec:
ports:
- port: 4466
targetPort: 4466
protocol: TCP
selector:
stage: production
name: prisma
app: prisma
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment