Skip to content

Instantly share code, notes, and snippets.

@akoenig
Created March 4, 2018 07:51
Show Gist options
  • Save akoenig/2aa02a9898e9329583ffaef8582f2dd6 to your computer and use it in GitHub Desktop.
Save akoenig/2aa02a9898e9329583ffaef8582f2dd6 to your computer and use it in GitHub Desktop.
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